Viewing 5 reply threads
You must be logged in to reply to this topic.
Hello,
Is it possible to decrease the navigation menu bar height in both the desktop and mobile view? It is quite large in the mobile specifically (hamburger style).
Thanks,
Erik
Hello,
-In desktop, go to Customizing ▸ Header ▸ Extra (Bottom) Row, change header height. See screenshot: https://ibb.co/cNV7qyR
-In mobile, you need to use custom css. Add this code:
@media (max-width:480px){
.header_container.header-top > .extra_row, .header_container.header-bottom > .extra_row {
height: 50px !important;
}
}
Let us know.
Best regards!
The setting change worked for the desktop but the css code did not work for mobile.
Hello,
Please can you share with us your online link so we can check the issue closer.
Regards!
Sure.
Howellplumbingoc.com
You should have the login info in a previous PM I sent.
Thanks
Hello,
Please can you clear your cache and check the header again.
I think now its ok.
Let us know.
Regards!
You must be logged in to reply to this topic.