Home › Forums › All Other Themes › Menubutton in header does not work on mobile
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
November 23, 2020 at 10:53 am #169545
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.
November 23, 2020 at 12:59 pm #169558Hi,
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,
ChrisNovember 23, 2020 at 1:15 pm #169564Thank you Chris, it works in the editor but not on my IPhone.
November 23, 2020 at 1:21 pm #169567Hi,
Kindly use this one:
@media screen and (max-width:479px) { .logo { max-width:60% !important;} #simple-menu { z-index:999999999 !important;} }
Regards,
ChrisNovember 23, 2020 at 1:27 pm #169570That worked very well! Thank you for your quick respons.
November 24, 2020 at 11:03 am #169610Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.