Okay
  Public Ticket #368386
Black bar above home slider
Closed

Comments

  • Brian started the conversation

    Hi,

    I've searched around, but can't exactly find the solution to my issue in the many "black bar" threads.

    I'm seeing a black bar at the top between the homepage header and secondary nav.

    I can "fix" the issue by changing the logo height option to ~75, but I want the logo to be bigger. When it's set to 100 then I get the back bar.

    Thanks,


    Brian

  •  8,466
    Tahir replied

    Hey Brian!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
       html body .orbit-wrapper.transparent-header div.slider-nav > span, .orbit-wrapper.transparent-header article {
            margin-top: -100px!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Brian replied

    That did the trick. Thanks!