gallery... please help

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Thu Feb 14, 2013 12:36 am
I have a problem with gallery. On screenshot you can see what is all about.
Plug in - simple image gallery, but same thing is with phoca gallery. when i enlarge a photo menu is still visible on it. how to hide it? I mean to be "under" the photo?? please helphttp://smg1.nazwa.pl/help.png
User avatar
Fresh Boarder

GK User
Thu Feb 14, 2013 11:57 am
Hi, because menu uses very high "z-index" in menu.css, you have to change it, and probably add your to css from gallery.

This is template (menu.css) code:
Code: Select all
/* Extra menu */
div.gk-menu {
   line-height: 46px;
   height: 46px;
   position: relative;
   z-index: 100000;
}


Change z-index value from 100000 to for example 100, and try again. If don't help, you have to add your own z-index:999 to css file for gallery pupup elements it should fix!

Read about z-index property here : http://www.w3schools.com/cssref/pr_pos_z-index.asp
User avatar
Platinum Boarder


cron