Fixing Menu | Sporter

GK User
Tue Oct 26, 2010 12:26 am
Hi!

I'm testing the Sporter template and I think it's great. Anyway, I think there is a little issue with the Menu.

The Menu items seem to be not well aligned (take a look to "Meny Types" and "3rd party extensions"). I think they should be exactly in the center but they are a little bit left. How could I change it?

Also, I have change the shadows, but with the original ones maybe buttons should be upper.

Sorry for my english. I hope I have made my point.

Thanks!
User avatar
Senior Boarder

GK User
Sun Oct 31, 2010 12:33 am
Any help or ideas in order to solve this issue? Thanks!
User avatar
Senior Boarder

GK User
Sun Oct 31, 2010 12:39 am
Hi,
go to template.css and modify this line:

#gk-nav #gk-mainnav .level0>li>a { background:transparent url('../images/menu_tab_middle.png') no-repeat left -87px; color: #9d9d9d; display: block; height: 40px; line-height:40px; overflow: hidden; padding-left:17px; }

Just modify PADDING-LEFT to 22px or more

Cheers
User avatar
Gold Boarder

GK User
Sun Oct 31, 2010 3:58 am
Thanks Celone! Exactly what I was looking for.

Let add, that if someone wants to make this modification should also change:

.gk-menu ul.level0>li>div.childcontent { margin: -5px 0 0 12px!important; }

To:

.gk-menu ul.level0>li>div.childcontent { margin: -5px 0 0 17px!important; }


Cheers
User avatar
Senior Boarder


cron