Page 1 of 1

SellerDeck Mega Menu shows through zoomed images.

Posted: Tue Jun 09, 2015 7:30 pm
by norman
This is due to SellerDeck setting a ridiculously high z-index for the Mega Menu. You can fix this thus:

Go to Design / Library / Layouts / Zoom Image Layout / Magic Zoom Support.
Scroll to the bottom and after everything that’s there add the lines:

Code: Select all

<!-- overlay SD Mega Menu -->
<style>#mega-menu {z-index:10000;}</style>
Note that the above is now included in Magic Zoom Plus V2.26 onwards.