Hi,
when I scroll down a website page on smartphone, Menu button disappears. I’d like it stay visible always on the right in the same position it’s set when you open a website page, even if page is scrolled down. Tnk
Hey soniavoice,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_toggle {
position: fixed;
top: 6% !important;
left: 85% !important;
}
Best regards,
Jordan
Thank you very much! It’s ok.