Okay
  Public Ticket #1295134
Submenu
Closed

Comments

  • DesignQueue started the conversation

    How can I decrease the space between the two lines of my submenu?

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-submenu li a {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • DesignQueue replied

    Perfect! Thank you.