Tagged: enfold
Hey guys,
First off, thanks for such a great theme – Enfold is the best. Secondly, I noticed when using your theme on a site while on mobile (Samsung Galaxy 3 using Chrome and the default Internet program) that the right quarter of the page gets cut off. But I can’t see it happening in the browser so I can’t fix it.
http://www.professionaloutlook.com/ – let me know if there is a solution. Thanks!
Hi Andrea!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 540px) and (min-width: 480px) {
#advanced_menu_toggle, #advanced_menu_hide { right: 20%; }}
Regards,
Yigit
Thank you! It turns out I had put a fixed width for mobile in there that made it look fine for desktop when I resized it but wasn’t set small enough for the phones I was checking on…. so I change it to a percentage instead.