Main menu lyout is on top - joomgallery

GK User
Mon Sep 17, 2012 11:38 am
Hi,

I have another problem with template. Something wrong is in this template. On my website I installed joomgallery and I put there some pictures.

The example is here: http://www.climbe.pl/index.php/galerie/ ... atami-1-28

When I click the photo to display it in popup windows the main menu on the top should be behind the shadow window. But it is not. The main menu cover up the part of picuture.

The problem is when you see main menu and clik the photo to display. The same problem is with shoping cart. It is also on top.

I think it is problem with layer but I cannot solve it myself.

Can you help me?

cheers
User avatar
Expert Boarder

Konrad M
Mon Sep 17, 2012 11:47 am
Hi,
please try add to override.css
Code: Select all
#lbOverlay,#lbCenter, #lbBottomContainer  {
z-index: 1000002;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Sep 17, 2012 12:06 pm
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
#lbOverlay,#lbCenter, #lbBottomContainer  {
z-index: 1000002;
}

and remember to enable override.css option in template settings.



Nice :) thanks, working fine.

best regards
User avatar
Expert Boarder


cron