[Resolved] Indentation on archive pages

Home Forums Support [Resolved] Indentation on archive pages

Home Forums Support Indentation on archive pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1415970
    Vadik

    Hello.

    Thanks for the great theme.
    Please help me figure it out
    i want to change reduce padding: 20px; on archive pages
    and leave padding: 40px; on pages and single post
    added code like this

    /**/
    .separate-containers .inside-article {
        padding: 20px;
    }

    But the code changes indentation on single posts too
    I only need to change on the blogs page and archive pages
    thank

    Sorry for my English,
    Google translator

    #1416338
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .blog.separate-containers .inside-article, .archive.separate-containers .inside-article  {
        padding: 20px;
    }
    #1416393
    Vadik

    The code only worked on the blog page https://selnates.tk/

    But on category and tag pages, the code didn’t work
    https://selnates.tk/category/foods/
    https://selnates.tk/tag/business/

    Any ideas how to fix it?
    Thanks

    #1416439
    Leo
    Staff
    Customer Support

    Edited the code a bit as there was a syntax error:
    https://generatepress.com/forums/topic/indentation-on-archive-pages/#post-1416338

    Try again πŸ™‚

    #1416457
    Vadik

    Thank you very much
    The topic is personal
    And top notch support πŸ‘ πŸ‘ πŸ‘

    Thanks again

    #1416462
    Vadik

    Sorry for my English,
    Google translator

    #1416464
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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