Okay
  Public Ticket #2450607
Mobile Menu
Closed

Comments

  • kuechlerich started the conversation

    Hi

    My Mobile Menu has the character setting of -1px.
    I have not found out where this setting comes from?

    I want to change that in to 0 or 0.5px


    Thanks for your help!

  •  2,979
    Andrew replied

    Hi there,

    Thanks for getting in touch.

    Try adjusting with the following custom css. Add it in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1000px){
       #slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
        letter-spacing: 0;
    }
    }
    

    Kind regards.