Tagged: mega menu
Hi,
my other post got closed, this remains unsolved:
– I’m using the mega menu for the menu element “Material”. I have added pics with an original size of 495×400. Here the issue: on MAC Safari and WIN Chrome it works well, only the middle (2×3) image is smaller in height than the outer two columns. On WIN Firefox the image scaling doesn’t work, they are displayed in original size (only like 1.5 columns).
I received this answer from you:
#header .avia_mega_div img {
max-width: 100%;
}
It doesn’t help, please check http://www.meoartis.com under “Produkte”.
Thanks,
Gabriel
Hey chiummog!
Sorry for closing the topic. You can add this on Quick CSS or custom.css:
#header .avia_mega_div img {
max-width: 100% !important;
width: 250px;
}
Best regards,
Ismael
Perfect, thanks! Please close!