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)
-   -   [SOLVED] How do I add more space between the page titles in the page menu bar? (http://forum.bytesforall.com/showthread.php?t=4575)

jenb Nov 23, 2009 08:18 AM

[SOLVED] How do I add more space between the page titles in the page menu bar?
 
Hi, I've made the font size bigger in the page bar titles, but now the space between each title is really narrow-how can I add more space in between each page title?

Thanks much,
Jennifer

lmilesw Nov 23, 2009 08:23 AM

Could post the URL so I could take a look?

juggledad Nov 23, 2009 08:58 AM

try this, just play with th values
HTML Code:

/* ================================================== */
/* CSS for setting menu padding                      */
/* ================================================== */
ul.rMenu li {
padding-top: 0px;
margin-top: 7px;
margin-bottom: 7px;
margin-right: 20px;
margin-left:40px;
}
ul.rMenu-ver li {
padding-top: 0px;
margin-top: 7px;
margin-bottom: 0px;
margin-right: 5px;
margin-left: 0px;
}

the ul.rMenu is the horizontal items while ul.rMenu-ver is the vertical menu

jenb Nov 23, 2009 01:20 PM

Perfect!! Thank you!
Jennifer


All times are GMT -6. The time now is 05:49 PM.

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