Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251799

    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!

    #252231

    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

    #252255

    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.

    #252262

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu gets cut off in mobile’ is closed to new replies.