[Resolved] Background Color of Blog Pages Content

Home Forums Support [Resolved] Background Color of Blog Pages Content

Home Forums Support Background Color of Blog Pages Content

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1374191
    Kris

    Thanks David! The Top Padding setting would look better, but I don’t want to use it on all pages. I tried the following CSS for Blog page and Posts. It looks great, but it gives me 16 pixels above of the nav menu as well. This causes the menu to shift down, which we can’t have.

    body.blog,
    body.blog .container,
    body.single-post,
    body.single-post .container {
    padding-top: 16px;
    }

    Can this be modified so that the menu top of the nav. menu would not be affected?
    http://staging.beaumontcare.com.au/news/

    #1374449
    David
    Staff
    Customer Support

    You only want to target the Container element:

    body.blog .container,
    body.single-post .container {
        padding-top: 16px;
    }
    #1377378
    Kris

    That’s it mate! Thanks.

    #1377528
    David
    Staff
    Customer Support

    You’re welcome

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