Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

css for WPBeginner’s Compact Archives

  • Hi,

    I’m not sure if you answer stuff like this, as it’s not your plugin.

    My website has a big archive, so I wanted to arrange it by year. I used the plugin WPBeginner’s Compact Archives. It is old, but works. You can find the URL in the private information.

    I cannot find the css to arrange the archive neatly in the container (from left to right). I think in English that is justify. The margin-left the archive now has is unnecessary

    Kind regards,
    Leon

  • Hi there,

    i am not sure of the list that plugin returns could be placed inside a div with a specific CSS class or the <ul> be given a specific class, as it would make it easier to target.

    If not, then this CSS will target the UL in the specified page ID.

    
    .page-id-926 .entry-content > ul {
        margin-left: 0;
    }
    .page-id-926 .entry-content > ul > li {
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }
    
  • Thanks David,
    It’s just fine now.
    Kind regards, Leon

  • You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.