Hi! Hi have a problem with the logo on mobile devices because is bigger than specifications and it’s partially hidden by the main menu selector. Is it to place the logo a little bit lower on mobile devices? How can I solve this problem? thank you in advance.
Hey!
Plese add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#header_main { height: 120px; }
#advanced_menu_toggle { top: 115%; }}
Best regards,
Yigit
Thank you Yigit! Works perfect