Display Submenu in Mobile Menu
-
Re: Drop down menu
I am having a Problem that is somehow similar, but not. I have a Submenu on the desktop version, but want all the Points to be visible in the mobile version. Can anyone help me out here. This is what i have in my custom CSS right now.Any help highly appreciated, i am really not familiar with code ;(
Here ist the Website i am talking about: http://new.transit-txt.ch
And the CSS
/submenu/
nav.primary .sub-menu li{
display: block;
position: relative;
}
.sub-menu li {
margin-top: 4px;
}.sub-menu{
padding-top: 30px!important;
opacity: 0;
transition: opacity 200ms ease;
-webkit-transition: opacity 200ms ease;
pointer-events: none;
position: absolute;
}
nav.primary li:hover .sub-menu{
opacity: 1;
pointer-events: auto;
}
/**/ -
Dear @billyben
the mobile menu should automatically take all the menu points from both menus together?That is not the case?
Best!
Marius
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. Now see if your problem solved itself
5. 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