Okay
  Public Ticket #346754
Home Slider Padding Issue
Closed

Comments

  • Jeremy started the conversation

    Hey there, I was just curious if you knew why there was extra padding above the slider on the homepage i've set up?

    Any insight would be great. I'm sure it's something simple, but it's got me scratching my head.

    Thanks in advance!!

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .home .container-wrap {
        margin-top: -93px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Jeremy replied

    Thanks!