Okay
  Public Ticket #395246
Bar between Top Header and Post Content
Closed

Comments

  • Philip started the conversation

    Hi,

    I've created a blog post and below the header image and blog content there's a grey bar appearing.

    I would have expected the first row of the blog content to simply dock to the header. Is there any way to remove that?

    Also, there's seems to be a single pixel line just above the call to action at the bottom of the screen.

    Any idea why?

    Many thanks!

    Phil

  •  8,849
    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) :
    html body.single-post[data-bg-header="true"].ascend .container-wrap {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Philip replied

    Thanks that worked.


    There's still a single 1 px line at the bottom. Any idea where that is coming from?


    thanks,


    Phil

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    html body.single-post[data-bg-header="true"].ascend .container-wrap {
        padding-bottom: 0px !important;
        margin-bottom: -1px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Philip replied

    Thanks that worked!

    Excellent service as always!