Menubutton in header does not work on mobile

Home Forums All Other Themes Menubutton in header does not work on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #169545
    Edith HartogEdith Hartog
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: October 29, 2020

    On the mobile version of my website, I don’t get the menu button (the three dashes below each other) next to the logo. I have tried everything but the logo stays a fixed size and the button cannot be used.

    How can I adjust this?

    My website is https://edithhartogevenementen.nl/ and I use the Eventplannerstheme.

    #169558
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo { max-width:70% !important;}
    }

    Regards,
    Chris

    #169564
    Edith HartogEdith Hartog
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: October 29, 2020

    Thank you Chris, it works in the editor but not on my IPhone.

    #169567
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this one:

    @media screen and (max-width:479px) {
    .logo { max-width:60% !important;}
    #simple-menu { z-index:999999999 !important;}
    }

    Regards,
    Chris

    #169570
    Edith HartogEdith Hartog
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: October 29, 2020

    That worked very well! Thank you for your quick respons.

    #169610
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.