Hi
I use a long dropdown menu in my design of the website. However on a Ipad not the complete list off items in the dropdown menu is showing and I can not scroll down to see them. Is there a solution for this problem.
Hi,
Post a screenshot as a private reply, only mods will see it.
Best regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#top .av-main-nav ul a {
padding: 4px 15px; }}
You can also go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px to activate mobile menu on tablets
Best regards,
Yigit
Hi,
I have paste the code into the quick CSS but nothing changed
Michel
Hey!
Please try adding !important rule as following
@media only screen and (max-width: 990px) {
#top .av-main-nav ul a {
padding: 4px 15px!important; }}
and flush browser cache after applying the code
Best regards,
Yigit
Hi!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Best regards,
Yigit
Hey!
“Forbidden
You don’t have permission to access /wp-admin/ on this server.”
Best regards,
Yigit
Hi!
Please try it now, it should be working fine. I have adjusted the code a bit in Quick CSS field
Regards,
Yigit
Hi Michael!
What’s exactly the issue on IE8? here’s how it looks for me on IE8:
Regards,
Josue
Hi
When I look at it the logo (SenseTek) is half behind the menu
Michel
Can you post a screenshot?