Tabs GK4 Font Size

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Sun Apr 15, 2012 1:31 am
I would like to change the font size of the Tabs on the Music City Template How can I accomplish this?

Thanks
User avatar
Expert Boarder

Konrad M
Mon Apr 16, 2012 6:04 am
Hi,
Which joomla version do you use?
User avatar

GK User
Wed May 09, 2012 7:01 pm
Joomla 2.5
Konrad M wrote:Hi,
Which joomla version do you use?
User avatar
Expert Boarder

Konrad M
Fri May 11, 2012 5:09 pm
Can you give me url to your site?
User avatar

GK User
Sun May 13, 2012 1:15 am
http://www.secbattles.com

I would like to change the font so that I can spell out the tabs so there wont be two rows
User avatar
Expert Boarder

Konrad M
Mon May 14, 2012 7:40 am
Please try add to override.css
Code: Select all
ul.gkTabs li span {
font-size:16px;
}

and increase or decrease this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Jun 28, 2012 6:48 pm
Konrad M wrote:Please try add to override.css
Code: Select all
ul.gkTabs li span {
font-size:16px;
}

and increase or decrease this value to fit your needs. Remember to enable override.css option in template settings.


Is there code that I can add also to decrease the spacing in between the menu items?

Thanks
User avatar
Expert Boarder

Konrad M
Thu Jun 28, 2012 7:03 pm
Try add to same selector this rules:
Code: Select all
padding: 0 14px;
margin: 6px 0;

and decrease values. Padding will let you change horizontal space and margin vertical one.
User avatar

GK User
Thu Jun 28, 2012 7:35 pm
Konrad M wrote:Try add to same selector this rules:
Code: Select all
padding: 0 14px;
margin: 6px 0;

and decrease values. Padding will let you change horizontal space and margin vertical one.


Exactly the information I needed.

Thanks
User avatar
Expert Boarder


cron