Site logo

Archived topic

Make Content Padding Different for Posts and Pages

3 replies · Started by Mindy on December 22, 2016

Viewing posts 1–4 of 4

Hello,

I am wondering if it is possible to make the content padding 0 for wordpress pages, and keep it at the default 40 for wordpress posts?

Thank you!

Absolutely, try this CSS:

.page.separate-containers .inside-article,
.page.one-container .site-content {
    padding: 0;
}

PERFECT! Thank you so much! And thank you for this AMAZING AMAZING theme!! :D

You're very welcome! :)

This archived topic is closed to new replies.