Deactivate mobile header
-
Hey Armin,
first of all, thanks so much for the great lay theme! it helped me a lot.
I was wondering if there´s a way to deactivate the mobile-version menu/header. In my menu (www.saonkeer.com) there are only 3 options, so I don´t necessarily need a smaller version for phones. It should look like the desktop-version. Looking forward to hearing from you.thanks a lot!
best,
Paul -
I don't know if it can help you, but I used this to disable the mobile menu on "Custom CSS for Mobile Version" in Lay Options/Misc Options:
.navbar{
display: none !important;
} -
Hey Serguei
Thanks for the reply. The problem is that the menu/Logo should still be visible but not at the top it should stay the same like in the desktop version.
greetings Paul
-
Ok so you have hidden the menu with Serguei's css. Now to make the logo appear you could use this in "Custom CSS for Mobile Version" in Lay Options/Misc Options:
.sitetitle { display: block; position: fixed; top: 10px; left: 10px; }
You can style it however you want with CSS!
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it