Comments kuechlerich started the conversationJune 23, 2020 at 7:24pmHiMy 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.5pxThanks for your help! 3,208Andrew repliedJune 24, 2020 at 6:16amHi 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. Sign in to reply ...
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!
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.