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)
-   -   Split Menu (http://forum.bytesforall.com/showthread.php?t=14860)

georgenoise Jul 11, 2011 04:02 PM

Split Menu
 
I've looked around and can't seem to find the answer I'm looking for. I have a website that needs to have a split page menu. Basically it's 6 menu items, 4 items would be to the left of the menu bar and the other 2 would be on the right side but all on the same line. I thought I had seen a post on this before but came up dry. What would be the easiest way to accomplish this?

juggledad Jul 11, 2011 06:15 PM

are these all page menu? You will have to look at the source of the page to find the element id's and then try something like
HTML Code:

ul.rMenu-hor li.page-item-2144,
ul.rMenu-hor li.page-item-2145 {
    float: right;
    width: auto;
}

if you are using the wordpress menu, change the 'page-item-nn' to 'menu-item-nn'


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

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