hi everybody.
I have a problem with my sticky menu.
As you can see on the website that I write in the private content, the navigation the website starts with the navigation not at the top of the page.
I would like to have the sticky navigation scrolling the page, but now the navigation before goes down and the go to the top of the page.
What I would like to do is to set the navigation sticky when the page scrolls down, without more movements.
I hope you understand what I mean…
thanks
Hey marcomila,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky #header {
top: 0px!important;
}
Best regards,
Vinay
Hi,
no it’s not what I’m trying to do.
The position of the navbar is correct.
What is wrong is the movement that the navbar does scrolling the page.
As you can see the navbar first moves down, the comes back to the top of the page.
Hi,
Could you please provide a screenshot of the issue? The header moves upward smoothly on scroll because of this css code:
.html_header_top.html_header_sticky #header.header-scrolled-full {
top: 0px;
transition: 0.4s;
}
Best regards,
Ismael
hi,
ok doesn’t matter, I fixed by myself.
I’ve got another problem, using WPML plugin.
This is the right homepage:
I copied this page for another language, and look how it looks like:
http://www.exponentia.org/homepage/?lang=en
Why?