Archived topic
Indentation on archive pages
6 replies · Started by Vadik on August 24, 2020
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;
}
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
Edited the code a bit as there was a syntax error:
https://generatepress.com/forums/topic/indentation-on-archive-pages/#post-1416338
Try again :)
Thank you very much
The topic is personal
And top notch support 👍 👍 👍
Thanks again
Sorry for my English,
Google translator
No problem :)