Okay
  Public Ticket #1315487
Line Height in the Toggle Section Headers
Closed

Comments

  • ClubFitness started the conversation

    Hi! How do I increase the line height of the section headers in a toggle panel element? Right now on mobile devices and smaller desktops the multi-line section headers appear to be too close together. 

    Thanks!

  •  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) :

    .toggle h3 a {
        line-height: 36px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • ClubFitness replied

    Thanks Tahir!