Okay
  Public Ticket #1602694
Mobile Menu Item Spacing
Closed

Comments

  • agirton started the conversation

    How can I add spacing on my mobile menu between sub-menu items? I do not want to add space between lines, but items rather. It looks like one large list instead of individual items.

  • agirton replied

    I resized it to make it work for now, but would like to increase it a bit. It will basically push to two lines for each child menu item and I would like to increase the gap between each of those items.

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #slide-out-widget-area .inner .off-canvas-menu-container .sub-menu li {
        padding-bottom: 10px !important;
    }

    Thanks




    ThemeNectar Support Team