Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1320139

    I added a new top bar above header and now I need to add spacing above the content where it is now encroaching on the page title and breadcrumbs. How do I move the content start down?
    https://tbwp.hostworks.com/urantia-book/
    Here is an illustration

    #1320140

    Ugh, never mind, I found the code on an other site I had to do this on. I added this to Quick CSS.

    /* Fix the vertical spacing caused by adding the taller top bar (in this case the top bar was increased to 40px) */

    @media only screen and (min-width:1024px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 220px !important;
    }
    }

    For the future, it would nice to add Vertical Size to “Small bar above Main Menu” in Advanced styling that would Automatically adjust where the content started. Seems logical.

    By the way, here is the code to increase the height of the small bar above the menu to 40px, for example.

    /* Increase the size of the top bar above the main menu */

    #header_meta {
    min-height: 40px;
    }

    #1320196

    Hi hostworks,

    We’re glad that you were able to resolve it with CSS.
    And thanks for sharing the code that worked for you :)

    Best regards,
    Nikko

    #1320283

    Your feature request has been down for a while. Anyway to submit this item as a new feature request?

    #1320442

    Hi hostworks,

    You can post your request here, we’ll just forward it to our devs :)

    Best regards,
    Nikko

    #1320451

    As a feature request, it would nice to add Vertical height (size) to “Small bar above Main Menu” in Advanced styling that would Automatically adjust where the content started below. Seems logical.
    This would eliminate having to add css code to increase height of the top bar and where the content begins below the header. I have to do this with virtually every site I build. And I’ve built dozens of Enfold sites! Thank you!
    I.e., the code I use is
    /* Increase the size of the top bar above the main menu */
    #header_meta {
    min-height: 40px;
    }
    /* Fix the vertical spacing caused by adding the taller top bar (in this case the top bar was increased to 40px) */
    @media only screen and (min-width:1024px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 220px !important;
    }
    }

    #1320616

    Hi hostworks,

    Thanks, your request has been forwarded to our devs.
    This will still get queued and evaluated and hopefully gets approved :)

    Best regards,
    Nikko

    #1320764

    Thanks Nikko, you can close this ticket.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding top bar now overlaying content below’ is closed to new replies.