Okay
  Public Ticket #257974
Padding at top of text element
Closed

Comments

  • Fiona started the conversation

    Just started working on my site, so don't look too closely ;-)  On my "About" page, I want to put some space above the main text.  I can't seem to do this by adding a line space - is there a way to configure padding at the top of an element without coding?  Cheers F

  •  8,839
    Tahir replied

    Hey Fiona!

    Pleas try using <br> tags. 

    Thanks


    ThemeNectar Support Team 

  • Fiona replied

    Thanks Tahir - I'm trying to do everything without touching code if I can, but seems I'm going to have to get stuck in!  Cheers F

  •  8,839
    Tahir replied

    Try this code. Add this into the Custom CSS box located in your Salient Options panel :

    .page-id-4 .wpb_text_column p:first-child {
        padding-top: 30px;
    }
    

    Cheers


    ThemeNectar Support Team