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

    I have made the top socket deeper (A) and doing so it has made the page content hide under the main menu area (B).
    See image –> https://ibb.co/r3BR5SN
    How can we make the page content move down so this does not happen?

    • This topic was modified 6 days, 8 hours ago by whdsolutions.
    #1471063

    You have changed the minimum height of #header_meta – haven’t you? You now have to increase the padding-top for #main for non-transparent pages by this amount (difference from the default 30px to the new value).

    f.e.: depends on your hamburger break point

    @media only screen and (min-width: 990px) {
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 220px;   /*** have a look what your default value is on that + difference of new #header_meta ****/
      }
    }

    PS: just a moment i have to look how it is about for non-sticky headers.
    best is to see the page to give better advice.

    #1471066

    Hi,

    Thanks for helping out @guenni007. Did the suggestion help you out @whdsolutions?

    Best regards,
    Rikard

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