This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hi!
At the top of my website in the header I have a menu with my logo in the middle. When I scroll the look of the menu changes and the logo goes left!? That shouldn’t be the case right?
Hello,
We have a lot of type of the main header but the only one type of the fixed header. If it does not suit your needs you may disable it in Theme Options > Header > Fixed header and add the following custom ty child theme style.css to make the main header as the sticky header
.header-wrapper {
position: fixed;
z-index: 9;
}
.page-heading {
padding-top: 120px;
}
Regards
Yes, thanks!
The only thing is that the background of the menu is transparant now so not readable all the time. Is it possible to get that white and adjust the height?
Hello,
If you use the main header as the sticky header than additional custom CSS affect both main header and header on scroll. Do you want the white header for all the pages or for the home page only?
Regards
You must be logged in to reply to this topic.Log in/Sign up