Okay
  Public Ticket #844952
Space Between Containers
Closed

Comments

  • Ingrid started the conversation

    I know that this works for the bottom, but I don't know what I need to add to get the top to have no gap as well.  Could you please let me know?  Thanks!

    .wpb_row {
        margin-bottom: 0px !important;
    }
    
    
  •  8,394
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Ingrid replied

    Hi Tahir,

    Here is the URL.  Thanks.  As i've mentioned the bottom one works well, just need it to the same on a top margin.

    http://ingridlara.com/2016/07/26/rammstein-quebec-2016/

  •  8,394
    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) :

    .single-post.ascend .container-wrap.fullscreen-blog-header, body.single-post[data-bg-header="true"].ascend .container-wrap {
        padding-top: 10px !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Ingrid replied

    Thanks again for the quick reply.  That did no seem to do the trick.  I am looking to eliminate all the space.  

    .wpb_row {
        margin-bottom: 0px !important;
    }
    
  •  8,394
    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) :

    .wpb_wrapper > div {
        margin-bottom: 0px !important;
    }
    

    Bes.t


    ThemeNectar Support Team