Site logo

Archived topic

Indentation on archive pages

6 replies · Started by Vadik on August 24, 2020

Viewing posts 1–7 of 7

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

Hi there,

Try this:

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

Thank you very much
The topic is personal
And top notch support 👍 👍 👍

Thanks again

Sorry for my English,
Google translator

No problem :)

This archived topic is closed to new replies.