Main menu behind Image Show GK4

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Wed Sep 05, 2012 8:01 am
Hi There,

I've installed the Gavick Image Show GK4 module. But now the main menu drop downs get behind the module and it isn't clickable anymore. I think it has something to do with the z-index of the main-menu but everything I trie wont work.

see attachment...
menu behind Image Show GK4.png


Could someone help me with it?

http://www.pimrozendaal.nl
User avatar
Senior Boarder

GK User
Wed Sep 05, 2012 10:07 am
Please add following code :

1) set background for menu to white :

Code: Select all
#gkMainMenu > div > ul div.childcontent-inner-wrap { background: #fff !important }


2) increase z-index for menu childcontent:

Code: Select all
#gkMainMenu > div > ul div.childcontent-inner-wrap {z-index: 9999}


3) Set lower z-index for IS module :

Code: Select all
.gkIsWrapper-gk_cherrydesign {z-index: 10}
User avatar
Platinum Boarder

GK User
Sun Sep 09, 2012 9:18 am
thanks! it works...
User avatar
Senior Boarder


cron