Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi, I’m facing this issue where i don’t see the mobile menu when screen size <980 px. The navigation menu disappears at that size but there is no mobile menu following it. Here’s the url. Pls advise-
Hello,
Please can you show me your site credentials in a private reply? I need to check the settings. I checked it on my test site the same header type and the menu on responsive is visible.
Best regards!
Hello,
I set to ‘yes’ option for mobile menu in Theme Options > Headers > Show Responsive Menu Dropdown, also i added these lines into your custom css box:
@media (max-width: 480px) {
#logo {
float: left !important;
height: 100%;
left: 55px !important;
}
}
Now, please go to file css\bootstrap-responsive.css and find these lines:
@media (max-width: 480px)
#logo {
float: right;
left: 0 !important;
right: 0 !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
Replace the left: 0 !important;
with this: /* left: 0 !important; */
Save and refresh.
Best regards!
You must be logged in to reply to this topic.