Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #267300

    Hey guys,

    The mobile menu icon overlaps the logo (it displays ontop of the logo), how do I fix this? please let me know

    Thanks :)

    #267301

    Hi clientflo!

    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: 90%;
    height: auto !important;
    margin-top: 10px!important;
    }}

    and post the link to your website if that does not work :)

    Regards,
    Yigit

    #267333

    Thanks Yigit. Is there any way to hide the mobile menu completely?

    #267344

    Hi!

    Please add following code to Quick CSS as well

    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: none; }

    Cheers!
    Yigit

    #267682

    Thanks Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu icon’ is closed to new replies.