Tagged: mobile
How to change the location of menu selector on mobile site? It currently overlay on the page title. I want to decrease the space between the mobile menu selector “Select a page” and the top. Thank you.
Hey keeprain,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#mobileMenu_menu-main-menu {
position: relative;
top: 42px;
}
Best regards,
John Torvik
Thank you! This solve the problem.