Hi guys,
When I open the mega menu on the iPad in landscape mode, the right side of the mega menu is cut off. Just a little, but enough to miss a little of the text. I used 4 columns.
How can I fix this?
Sincerely,
Morticka
Hey Barb!
I unfortunately do not have an actual ipad but i tried resizing browser window but could not reproduce the issue. Can you please post a screenshot and show the issue? :)
Cheers!
Yigit
Hey Yigit,
See private content for link :)
As you can see the text on the right is cut off. Normally it says: Gaat de les nog DOOR. It’s missing the word “door”
Sincerely,
Barb
Hey Barb!
Can you please try adding following code to Quick CSS
@media only screen and (max-width: 1030px) and (min-width: 990px) {
#menu-item-49 .avia_mega_div {
right: -370px!important;
}}
If that does not help, please try adjusting -370px value
Regards,
Yigit
Hey Yigit,
Perfect! Works like a charm, thank you very much :)
You can close this topic!
Sincerely,
Barb