Mobile sub menus showing again
-
All this refers to the mobile view in Customizr.
On clicking on the three bars I used to get all the menu items and submenu items in a long row. I wanted to just get the main items not the submenu items. I managed to do this using by putting the following in custom css@media (max-width: 767px){
u.sub-menu{
display:none;
}
}Recently I updated the customizr theme and wordpress and experimented with a floating sidebar menu plug in (which I have now deleted). I then realised I was getting the full menu with submenu items again. The lines are still in my custom css.
Really not sure which caused it or how to cure?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mobile sub menus showing again’ is closed to new replies.