Site logo

Archived topic

spacing only for archive.php

3 replies · Started by Thierry on January 26, 2017

Viewing posts 1–4 of 4

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

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.

Great, it's ok

thx

You're welcome!

This archived topic is closed to new replies.