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] Space between menubar items (http://forum.bytesforall.com/showthread.php?t=13734)

Ber|Art Apr 11, 2011 04:00 AM

[SOLVED] Space between menubar items
 
How do I get more space between the menubar navigation items, I am sure it somewhere on the forum, but i cannot find it :( please post a link or the CSS code to insert... Thx! :)

juggledad Apr 11, 2011 04:41 AM

Remember the menu items are a 'list', you can increase the spacing by adding a margin, but it will effect the 'end' item. If you use a right margin, then it is added to the right side of the last menu item also. Here is an example
HTML Code:

ul#rmenu2 li {
        float: left;
        margin-right: 14px;
}


Ber|Art Apr 11, 2011 04:54 AM

Great thx for you quick help! :) works great...


All times are GMT -6. The time now is 10:26 PM.

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