[Resolved] Make Content Padding Different for Posts and Pages

Home Forums Support [Resolved] Make Content Padding Different for Posts and Pages

Home Forums Support Make Content Padding Different for Posts and Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257107
    Mindy

    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!

    #257117
    Tom
    Lead Developer
    Lead Developer

    Absolutely, try this CSS:

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

    PERFECT! Thank you so much! And thank you for this AMAZING AMAZING theme!! ๐Ÿ˜€

    #257124
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome! ๐Ÿ™‚

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