Hi,
Is it possible to fixed the menu to the top in smartphones?
Thanks and have a good weekend.
Hi albertoty!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle {
position: fixed;
right: 5px;
top: 35px;
}
If that does not help, please post the link to your website
Best regards,
Yigit
Just GREAT, a lot of thanks!