Tagged: margins, menu area, page content, socket
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?
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.
Hi,
Thanks for helping out @guenni007. Did the suggestion help you out @whdsolutions?
Best regards,
Rikard