Okay
  Public Ticket #779386
padding blog posts
Closed

Comments

  • Peter started the conversation

    Hi ,

    I love the Theme but i have a problem with the blog/post pages. When i create a blog page i found a wat to get rid of the auther, date and so on. But there is still a rather large white area between the header and the fist content i tried to get rid of this but i just cant find a way.  I think it is a padding issue. Could you please help me with this?

    http://www.samenvooreindhoven.nl/2016/04/06/match-event-mo-diner-040/

    Best regards,

    Peter

  •  8,403
    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 {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team