Hi
on smartphones or tablets is changing the theme design and the main menu position is above the background image, see screenshot.
It is possible to locate the menu button below the background image?
best regards
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.home #advanced_menu_toggle {
top: 400px;
}}
It will move mobile menu button lower on home page on screens smaller than 480px. Please adjust the values as needed
Regards,
Yigit
Hi,
a further question:
on some android tablets or smartphones the “sticky header” works not right
Can I switch off the sticky header only for mobile sites, (smartphones and Tablets)
Best regards