Dear, I’ve tried several forum codes, but I can’t get it to work.
I need the menu, when browsing the mobile, is fixed to the top of the browser.
My website is this: https://mycs.demosweb.net/
Thank you.
Hey buscoseo,
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){
.responsive #top #wrap_all #header {
position: fixed;
}
.responsive #top #main {
margin-top: 60px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, thank you, Victoria.
I tried, but it does not work, if I add the CSS code, the menu does not appear when scrolling down.
The site looks like this:
But for example in another site that I have, the menu looks like this:
Here’s what I’m looking for:
Thank you.
Hi,
Have you tried adding Victoria’s code to the very top of quick css so that it runs first? Also, be sure to clear your cache a few times over.
Best regards,
Jordan Shannon
Hi, yes, entering the code at the beginning, it worked.
Thank you.
Hi,
Perfect! I’m glad that helped. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon