Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   How can I change the menu font size? (http://forum.bytesforall.com/showthread.php?t=11831)

jstein Dec 21, 2010 08:11 AM

How can I change the menu font size?
 
I'm a little embarrassed to ask this since I've done this before but I can't remember how I did it and can't find any info here in the archives to answer my question...and I'm sure it's a simple answer. :confused:

All I want to do is change the font size of my menu items so that they all fit on the same line under the header image. How do I do that? Here's my URL: www.embodiedawake.com

Thanks!

lmilesw Dec 21, 2010 08:58 AM

You can change the font size in ATO>Menu 1>Font Size & Face but to keep the text the same size for readability you could go to ATO>Add HTML/CSS Inserts>CSS Inserts and change the following line.
HTML Code:

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 10px;   
}

To
HTML Code:

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 6px 4px;   
}

This will reduce the space between menu items.


All times are GMT -6. The time now is 03:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.