Deactivate mobile header
-
wrote on Nov 19, 2015, 9:10 PM last edited by
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 -
wrote on Nov 19, 2015, 11:10 PM last edited by
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;
} -
wrote on Nov 20, 2015, 7:31 PM last edited by
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 also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it