Okay
  Public Ticket #1789340
space under header on post
Closed

Comments

  • SironaRecovery started the conversation

    Hi there, Great theme. 

    On all my posts (blog) there seems to be a space between the header image and the beginning of the content. Is there a way to get rid of this "gap" ... I noticed the gap does not exist on a portfolio item. 

    Thanks!

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.single-post.material[data-bg-header="true"] .container-wrap {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • SironaRecovery replied

    Worked! 

    Thanks for your quick response.