• Resolved johnbrid

    (@johnbrid)


    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)
  • Thread Starter johnbrid

    (@johnbrid)

    Its Ok I have sorted it. Somehow managed to copy the wrong code at some stage in the affair. The correct code is

    @media (max-width: 979px){ .nav.nav li>ul{display: none;}}

    I also checked and then unchecked again the “Hover move effect for the sub menu items” in the header navigation area. nthis seemed to reset things maybe after the trial i did with a side menu plug in.
    It all now works again.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile sub menus showing again’ is closed to new replies.