Top menu overlaps with image zoom


Author Message
Igor

Posted: 9/30/2015
Quote message 

Hello,

Using latest Artisteer theme, reexported freshly. And i have problem as attached in image

<a href='http://postimg.org/image/7ogiqelj1/' target='_blank'><img src='http://s14.postimg.org/7ogiqelj1/Bad_Zoom.jpg' border='0' alt="Bad Zoom" /></a>

How to fix? Using JoomShopping cart also.

Thanks for help.
 
James G

Posted: 10/1/2015
Quote message 

on #jquery-lightbox
change the z-index to 500

example:

#jquery-lightbox {
z-index:500!important;
}
 
Igor

Posted: 10/1/2015
Quote message 

Thank you so much James, really!! :)