Updated a site to the latest version of enfold and now something has happened to our navbar. It’s completely gone.
I had some custom css (in the general style tab of enfold) that makes the text switch to icons when the user scrolls.
Also there appears to be a line on the far left i’m not sure where this is coming from.
Hi Drebosio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_sticky #header {
position: fixed;
min-width: 1310px;
width: 100%;
z-index: 2000;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
This did the trick thanks!
Any idea as to what caused the navbar to get shifted over?
** Edit **
So i noticed the navbar is missing now on mobile? USed to have the burger 3lines but it appears it’s gone now :(
Hi Drebosio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #header {
min-width: 100%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Works perfectly!!
Thanks for the code! Can close this topic :)