Hey,
Great Theme!
When you enter the site via mobile, the Menu Button is on top of the logo.
You can see it here:
The link for the site: http://www.kuleski.co.il/
My logo dimension are: 300/88px
Thank you!
Asaf
Shalom Asaf!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive .logo { margin-bottom: 50px; }
#advanced_menu_toggle { top: 77%; }}
Best regards,
Yigit
Hey,
In narrow screens (like Ipad`s) the menu is hidden by the logo…
I added the code above but it is not working properly…
http://www.kuleski.co.il/
Please Help :)
Asaf.
Hey!
Please edit js > avia.js, find this code on line 300:
switchWidth = 767;
Replace it with:
switchWidth = 1024;
This should display the sildeout menu on iPad screens. Remove browser cache then reload the page a few times.
Regards,
Ismael
Thanks, but the problam is still there, the logo is overlapping the menu..