Tagged: menu, mobile, sticky, transparency
Hi,
I implemented the Mobile Sticky Menu with the Quick CSS found here : https://kriesi.at/support/topic/style-css-menu/
But I need to make two changes :
Thanx!
Hi Michae1!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top #main {
padding-top: 180px!important;
}
div#header_main {
background-color: white!important;
}}
Regards,
Yigit
Hi Yigit!,
Reviving this thread for a minute, because while the original client’s site is long since done, I have a new client that wants to do this same thing.
So . . . the code MOSTLY works (thanx!) with one glitch, after you click on ANYTHING in the mobile menu, it makes the hamburger/line/menu icon disappear to the right, and the visible area of the site expands to include the otherwise off screen menu.
I’m testing it on a Samsung Galaxy 6 Edge in chrome.