• The menu bar suddenly dissapeard on me either yesterday or this morning. as well as a few other things on the page completely changed the format and layouts which i seem to be able to fix (slowly). However i can not get the MENU bar bar no matter what i try. Help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Try adding the below code to the Customize > Custom CSS section to fix it –

    #site-navigation-wrap .dropdown-menu {
        display: block;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    It is because of the Master addons plugin you are using.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu not showing’ is closed to new replies.