Okay
  Public Ticket #1273652
Remove space after heading - bulleted points
Closed

Comments

  •  1
    semmyds started the conversation

    Hi,

    I can easily remove the extra line between heading and text in a text box when its plain text but when the text after the header is in bullet points I cant easily do it. Is there a way to remove the extra line space?

  •  9,014
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  1
  •  9,014
    Tahir replied

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

    .main-content ul, .main-content ol {
        margin-top: -30px;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    semmyds replied

    Thanks that worked a treat across the entire site :-)

    I released though that I cant now manually put a line between heading and bullets if I wanted to. There could be some sections where I may want to have the space between the heading and bullet points. Is there a way to selectively apply this fix to pages or even particular paragraphs?

  •  9,014
    Tahir replied

    Hey Again,

    Yes you could add a Extra Class in the VC row or column and include that class in the css selector like this : 

    .main-content .extra-class ul, .main-content .extra-class ol {    margin-top: -30px;
    }


    ThemeNectar Support Team