[SOLVED] First title row not clickable

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Wed Nov 30, 2011 12:15 pm
Hello,

I recently bought the gavick Finance business template. I have a queer issue.

All the clikcable items in the first row is not clickable, even though theere is a href while viewed from firebug.

For example

http://motounit.fr/info/index.php?optio ... Itemid=143
http://motounit.fr/info/index.php?optio ... Itemid=144

Even in the second row of the intro text for the titles you got to move the cursor to a certain place to view the link.

Appreciate, if you could point where this isses maybe in .css or in .php

Thanks,
Niranjana
User avatar
Fresh Boarder

GK User
Wed Nov 30, 2011 12:38 pm
Your Navigation is 346px in height therefore your first row and links are stacked underneath it...
File : /templates/gk_finance_business/css/gk_stuff.css
Style 5
Line: 22
Code: Select all
#gk-nav {
    height: 346px;
    line-height: 346px;
    position: relative;
    z-index: 100000;
}


Reduce the height or z-index which ever suits you.

See you around...
User avatar
Platinum Boarder

GK User
Thu Dec 01, 2011 8:52 am
Thank you very much. You are great.

I have spend nearly 3 nights on this issue without success.

Is there anything similar for the "share" button which you can find in the below link left-top just below the title.
http://motounit.fr/info/index.php?optio ... Itemid=144


Thanks,
Niranjana
User avatar
Fresh Boarder

GK User
Thu Dec 01, 2011 9:00 am
Like i said if you change your menu height from 346px to around 60px it all looks good.
So changed css code would be :
Code: Select all
#gk-nav {
    height: 60px;
    line-height: 70px;
    position: relative;
    z-index: 100000;
}
User avatar
Platinum Boarder

GK User
Thu Dec 01, 2011 11:51 am
Its a pity that you are not in Paris.

Would have offered you a beer for this friday evening :)
User avatar
Fresh Boarder

GK User
Thu Dec 01, 2011 1:08 pm
No problem at all , however if i do come around i ll still ask you for that beer :D, See you around...
User avatar
Platinum Boarder


cron