Okay
  Public Ticket #2416476
Menu Sizing
Closed

Comments

  •  3
    jtmffest started the conversation

    The menu items aren't lining up properly on tablets . 

  •  2,979
    Andrew replied

    Hi there,

    Try the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
        #header-outer #top .sf-menu > .sf-with-ul > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    }
    

    Kind regards.

  •  8,884
    Tahir replied

    Hey Again,

    Another Option would to be increase the Mobile Breakpoint so it switches to the Burger Menu Earlier : 

    4171863704.png

    Thanks 


    ThemeNectar Support Team