[Resolved] Changing content padding of posts without affecting category pages

Home Forums Support [Resolved] Changing content padding of posts without affecting category pages

Home Forums Support Changing content padding of posts without affecting category pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1010775
    Robin

    Hi! I love this theme, I’m just running into one problem. I’ve increased the left and right content padding for posts through Customizing > Layout > Container > Content Padding. It’s exactly how I want it to be now, but I’ve noticed that changing the content padding there also changes the content padding on my category pages. My category pages are set to display posts in 2 columns, so the extra content padding is really not desired there.

    How can I change the content padding on my posts without changing the content padding on my category pages?

    #1010793
    Robin

    Nevermind, I just found a solution! I managed to do it with this additional CSS:

    @media (min-width: 769px) {
        .single-post .entry-content { padding-left: 67px; padding-right: 67px; }
    }
    #1010798
    David
    Staff
    Customer Support

    Glad to hear you found a solution

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