Comments Brian started the conversationFebruary 8, 2015 at 3:54pmHi, 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 9,100Tahir repliedFebruary 9, 2015 at 5:06pmHey 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 repliedFebruary 11, 2015 at 8:12amThat did the trick. Thanks! Sign in to reply ...
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
Hey Brian!
@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
That did the trick. Thanks!