Reduce margin between tab icon

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Fri Jun 07, 2013 9:13 am
Hye,

Can help me? i wat to reduce the distance of the tab icon.

Thanks
User avatar
Fresh Boarder

teitbite
Fri Jun 07, 2013 10:02 am
Hi

I'm, not sure if this is what You have in mind by tab icons, but please try this in css:

Code: Select all
ul.gkTabs li {
    margin-right: 5px;
}
User avatar
Moderator

GK User
Fri Jun 07, 2013 11:23 am
Which css style sheet i should insert the code? i use blue style is it mean i should add the css code here? templates/gk_appsprotech/css/style3.css

i want to reduce the margin between the circle icon so i can put another iconImage

Thanks
User avatar
Fresh Boarder

teitbite
Sun Jun 09, 2013 5:44 pm
Hi

If You want to add a new icon, than You need to change the width for each one of them with this code:

Code: Select all
.big .gkTab ul.gkTabs li {
    width: 191px;
}


You can add it to override.css file, but remember to allow using override in template settings.
User avatar
Moderator


cron