Okay
  Public Ticket #1466698
Nav Bar is not showing everything on Mobile
Closed

Comments

  • Meagan Griffin started the conversation

    We have tabs under conference in the Nav Bar of our site that work fine except in Mobile they are not showing up. Any suggestions would be much appreciated. Thanks

  •  2,010
    Ocean replied

    Hello,

    You can easy add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    @media only screen and (max-width: 992px){
        #mainmenu li ul ul {
        left: 0px;
        top: 0px;
    }
    }
    

    Thank you