Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #283715

    My logo is perfect size on desktop, however on my apple Iphone the menu drop down is covering the logo. Can the menu be moved or the logo for mobile be a bit smaller?

    Thank you!!

    #283764

    Hey slaterproduction!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 85%; }}

    Regards,
    Yigit

    #322898
    This reply has been marked as private.
    #322970

    Hi Stuart!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle, #advanced_menu_hide { top: 100%; }}

    Please flush browser cache on your mobile device after applying the code

    Best regards,
    Yigit

    #323008

    Brillant and very quick service.

    Best regards
    Stuart

    #323015

    Hey!

    You are welcome Stuart, glad we could help! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile logo or menu drop down position or sizing’ is closed to new replies.