Okay
  Public Ticket #1137926
tab element layout
Closed

Comments

  •  2
    Allison started the conversation

    Hello,

    Can you please tell me how I can close the gap between the tab titles and the display text, so the purple border is flush with the bottom of the active tab it relates to. I have attached a screen grab of the area in question.

    Many thanks.

  •  9,006
    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) :

    .tabbed >ul {
        margin-bottom: 0px!important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Allison replied

    Thanks! Thats exactly what I wanted :-)