[Resolved] Marketer – Category page layout

Home Forums Support [Resolved] Marketer – Category page layout

Home Forums Support Marketer – Category page layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #818312
    AJ

    Hi team,

    Happy with the Marketer template, except for one thing, the category page layout.

    The category title and description don’t appear to be wrapped in an html article tag which makes it look a bit clunky and inconsistent with the rest of the site. The text alignment is also a bit off because of this.

    Is it possible to have the category title and description to look the same as how the post snippets that are displayed underneath?

    If not possible, would you otherwise be able to give me CSS code that would at least align the text nicely with the rest?

    https://gpsites.co/marketer/category/uncategorized/

    Thanks!

    #818406
    Leo
    Staff
    Customer Support

    Hi there,

    It’s actually intended to have the category title not line up with the rest of post list titles.

    You can use this CSS to align them:

    .archive.separate-containers .page-header {
        padding-left: 40px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Just match the px number with your content padding.

    Let me know if this helps ๐Ÿ™‚

    #818409
    AJ

    Hi Leo,

    Yeah I knew it was by design, I was just hoping for a custom code fix to make it look better.

    I used the CSS and while it’s not perfect, it looks much better now.

    Thanks for your help.

    #818962
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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