Okay
  Public Ticket #196158
Gap after home slider and before full-width section w color bckgrnd
Closed

Comments

  • Geoffrey started the conversation

    Hi

    I've just finished a build on your template and am very happy with the results.  The only outstanding issue is a small hairline gap between the bottom of the homeslider and the top of a full-width section (with color background) that I put directly below it on the home page.  The gap isn't in the slider itself.  I've tried no padding with dummy text in the full width section but the hairline gap is still there.  

    I've attached the screenshot/editor shot of the code.  This gap does not appear on mobile if that helps.

    Any ideas on how to close this gap? The light blue border line is at the bottom of all my headers on section pages and looks great.

    Please let me know.

    Thanks!! Geoffrey

  •  8,426
    Tahir replied

    Hey Geoffrey!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body .home-wrap .full-width-section.first-section {
    	margin-top: -39px!important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Geoffrey replied

    Thank you!!  Worked great, this ticket is closed :)