New module position: cannot click items

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 Nov 08, 2012 11:41 am
Hi,

on my page: http://seco-international.com/kr
I want the language flags to be on the right site of the menu.

Therefore I created a new module position "myposition". This module position is located underthe "gkMenu" div. So with CSS I reduced the margin in "myposition" div with "margin: -40px" to make it fit.

Now the flags are on the correct position, but I cannot click the flags anymore. Seems as if they are behind the menu.

can you help? thanks!
User avatar
Expert Boarder

Konrad M
Thu Nov 08, 2012 12:18 pm
Hi,
change your code from override.css to this one:
Code: Select all
#myposition {
float: right !important;
margin: -40px 10px 0px 10px;
z-index: 1000001;
position: relative;
}

and flags will be clickable.
User avatar

GK User
Thu Nov 08, 2012 12:42 pm
works! thanks a lot!
User avatar
Expert Boarder


cron