I've disabled sticky header. However, now secondary nav still sticks and there is padding between the 2... Is my header being transparent causing this?
Hmmm. It removed the gap, but now there is one above them both?
See: devmg.redtogreendesign.com
I'm also trying to make sure the logo stays in the same place upon scroll. I used some css to relocate the starting logo, however, when I used css to move logo on scroll it moves the starting logo... Here is what I have so far:
I've disabled sticky header. However, now secondary nav still sticks and there is padding between the 2... Is my header being transparent causing this?
http://devmg.redtogreendesign.com
Thanks!
Hey !
No transparency does not have any link with it. Add this into the Custom CSS box located in your Salient Options panel:
Cheers
ThemeNectar Support Team
Hmmm. It removed the gap, but now there is one above them both?
See: devmg.redtogreendesign.com
I'm also trying to make sure the logo stays in the same place upon scroll. I used some css to relocate the starting logo, however, when I used css to move logo on scroll it moves the starting logo... Here is what I have so far:
header#top #logo .starting-logo {
top: -20px;
left: 40%;
}
Any ideas?
Thanks for your help!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Do you have anything for the gap above it? see screenshot
Seem to only be an issue when I'm signed in. Thanks for your help!!