[Resolved] Broadcast theme hero

Home Forums Support [Resolved] Broadcast theme hero

Home Forums Support Broadcast theme hero

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1151977
    Thassia

    I just downloaded the broadcast theme demo. I love the home and page hero elements but not so much for posts.
    I went ahead and disabled the ‘posts hero’ element but now my title goes over the navigation menu (you can see it here) because there is a CSS code for the overlapping of content on the hero box (those are needed for the home and page hero settings).
    Can you help me with some kind of CSS code to exclude those settings from inside the post only? Thank you you so much.

    #1152227
    Leo
    Staff
    Customer Support

    Hi there,

    Glad you are liking Broadcast πŸ™‚

    Edit this:

    .separate-containers .site-main {
        margin-top: -80px !important;
    }

    To this:

    body:not(.single).separate-containers .site-main {
        margin-top: -80px !important;
    }

    Let me know if this helps πŸ™‚

    #1152354
    Thassia

    it worked! Thank you!

    #1152465
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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