[Resolved] spacing only for archive.php

Home Forums Support [Resolved] spacing only for archive.php

Home Forums Support spacing only for archive.php

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269056
    Thierry

    Hello,

    For my website i have this

    .site-content{padding: 40px 40px 40px 130px;} no problem

    But how i can have a other thing, for exemple .site-content{padding: 40px 40px 40px 40px;} only for archive.php ?

    Thx

    #269145
    Leo
    Staff
    Customer Support

    Hi Thierry,

    For just the archive page? You should be able to do this:

    .archive .site-content {
        padding: 40px 40px 40px 40px;
    }

    Let me know if this works.

    #269318
    Thierry

    Great, it’s ok

    thx

    #269430
    Leo
    Staff
    Customer Support

    You’re welcome!

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