Hi Arvish,
Thanks for the help!
I added also
<div style=”position:absolute;right:0;”>
<iframe>…</iframe>
</div>
to get it working better.
Cheers,
Teemu
Thank you for the fast reply.
Removing the code didn’t work but I found out that these quick css codes, which I had used for normal not dropdown menu fixing were also affecting the mega menu:
.sub-menu a { line-height: 10px !important;}
.main_menu .menu ul { width: 230px; }
.sub-menu li:first-child a { padding-top: 20px !important;}
.sub-menu li:last-child a { padding-bottom: 20px !important; }
Removed them and the problem got fixed.
Have a great weekend and thank you.
best regards,
Johannes