Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Left align first item in page bar menu (http://forum.bytesforall.com/showthread.php?t=2637)

joaodagraca Jul 25, 2009 11:00 AM

Left align first item in page bar menu
 
Hi have add the following css to space my menu items evenly
ul.rMenu-hor li {
margin-left: 25px;

}

Problem is the first item is now 25px from the left.

How do I keep the margin of the first item at 1px yet keep the 25px between the remainder of the items?

juggledad Jul 29, 2009 11:35 AM

try

ul.rMenu-hor li {
margin-left: 1px;
margin-right: 2px;

}


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

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