Thanks, I got it. For the record, I fixed it by adding CSS styles directly in the description of the menu.
The code I used to display the image in the first place is
<img src="http://website.com/img.jpg" title="" alt="" />
And I fixed the bug by using
<img src="http://website.com/img.jpg" title="" alt="" style="max-width: 200px;" />
It’s neither pretty nor perfect, but it works. Thanks for all your help!
Hi Basilis,
Thanks for your reply, but your demo doesn’t seem to have an image in a mega menu.