- This topic has 5 replies, 2 voices, and was last updated 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Menubutton in header does not work on mobile
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.
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
Thank you Chris, it works in the editor but not on my IPhone.
Hi,
Kindly use this one:
@media screen and (max-width:479px) {
.logo { max-width:60% !important;}
#simple-menu { z-index:999999999 !important;}
}
Regards,
Chris
That worked very well! Thank you for your quick respons.
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris
From recent statistics, over 60 million consumers use WordPress as their ideal platform for websites. The fact that it is easily customisable makes it a […]
These days, you can create contact forms for your WordPress site using a drag and drop form builder. A proper contact form is mandatory for […]
If you run a website, it’s highly likely that you are looking for better conversions. The form of conversions may vary : email signups, sales, […]