Okay
  Public Ticket #1383801
Menu not showing on Mobile and Tablet
Closed

Comments

  • mmagnussen started the conversation

    Hi,

    I cannot get a menu to load on a mobile and tablet for the Lovus Theme?


    Thanks

  •  2,010
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    #menu-btn{ margin-right:60px }
    
    @media only screen and (max-width: 992px){     nav{ padding-top: 20px;}
    }