How to centre a module position in GK Extra Menu

GK User
Wed Apr 11, 2012 9:51 am
Hi there,

i am trying to add a module to a menu position in the GK Extra Menu but cannot seem to get it to sit in the centre of the menu bar

http://www.thesportfan.co.za

many thanks
User avatar
Fresh Boarder

GK User
Wed Apr 11, 2012 3:42 pm
Hi,

Can you use a screenshot to show it to me?

thanks,
User avatar
Platinum Boarder

GK User
Thu Apr 12, 2012 1:12 pm
Hi there,

thanks for reply

Image attached - basically looking for the addThis module to be centred

thanka
User avatar
Fresh Boarder

GK User
Sun Apr 15, 2012 4:48 pm
Hi,

My solution is to add an Additional class for the menu item, let's say "myclass", you can add it in the menu item's setting page under GK Params section. Then add this code to CSS Override:
Code: Select all
li.myclass{
margin-top: 15px;
}

And it will look like this http://easycaptures.com/fs/uploaded/506/7075541046.jpg

Cheers,
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 8:14 am
Fantastic, works a treat

many thanks
User avatar
Fresh Boarder

GK User
Mon Apr 16, 2012 11:13 pm
You're most welcome, feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron