Okay
  Public Ticket #637736
Blog padding b/t header and blog title
Closed

Comments

  • Adam started the conversation

    Hey Guys,

    How do I add padding to my past blogs (and only the blog posts - no pages) between the title and the header? Where do you add the CSS custom code as well that I'm sure does this.

    I've attached a photo.

    Thanks,

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single .heading-title {
        padding-top: 35px !important;
    }

    Best.


    ThemeNectar Support Team 

  • Adam replied

    that worked perfectly, thanks for the help!