Okay
  Public Ticket #156094
gray bar on home slider
Closed

Comments

  • mark started the conversation
    Hi, I have set up my site with the dark version of the theme, but there is a gray bar almost an inch high that appears at the bottom between the slides and the black background. Not sure why it's there. How can I remove this? Thanks!
  •  1,069
    ThemeNectar replied

    Hey Mark!

    Could you provide me with a URL so I can see what's causing it?


    Cheers :)

  •   mark replied privately
  •  1,069
    ThemeNectar replied

    Hey again Mark!

    Add this into your custom css box in the Salient options panel:

    .home-wrap {
       padding: 0!important;
       margin: 0!important;
    }

    Cheers :)

  • mark replied

    Thanks! That did it. I appreciate the help!