I would like to disable the menu on the Replete theme that sticks to the top of the page when you scroll down. I need it to just scroll up with everything else.
thanks!
I would like to disable the menu on the Replete theme that sticks to the top of the page when you scroll down. I need it to just scroll up with everything else.
thanks!
Hi eldiablosf,
Try to add this code in your Quick CSS(located in Replete > Theme Options > Styling) or custom.css:
#header .container_wrap_menu {
position: relative !important;
}
Hope this helps.
Regards,
Ismael
Thanks very much! worked just fine.
BTW, this is like the best theme I've ever had the pleasure of working with!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.