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)
-   -   alignment of menu bar? (http://forum.bytesforall.com/showthread.php?t=971)

grittler Mar 26, 2009 05:44 PM

alignment of menu bar?
 
Is there an easy way to move the menubar from left align to right? I thought there would be something in the design options pages for the theme but I can't find anything that fits.

bpbaker Mar 28, 2009 06:44 AM

This is one of the many tweaks and new options that Flynn will be including in release 3.2.1 which is imminent.

WebWeaver May 27, 2009 06:59 PM

Yes that would be great to have choices for left, center or right align with both the page and category navbars in the next version.

-WebWeaver

bpbaker May 29, 2009 04:17 PM

In 3.32 I needed to change the page menu to right align and did this by editing Style.css, section:

/* ------------------------------------------------------------------
---------- EXTENDED MENU MECHANICS ----------------------------------
------------------------------------------------------------------ */

/* These rules exist only for specific menu types, such as horizontal
or vertical menus, right or left aligned menus. */

ul.rMenu-hor li
{
float: left;
width: auto;
}

to:

ul.rMenu-hor li
{
float: right;
width: auto;
}

This also flipped the menu order from left to right. To solve this I changed the page order numbers to get them back into my original order.

This may have not been the correct way to do this, but it worked for me. I had no need to try 'center' but perhaps it would work for those who want it.

A word of advise - Before you edit any file make a backup of it first! Failing that, copy and paste the lines you are about to edit into Notepad, so if all hell breaks loose after you've saved your edit you can overwrite your edited lines with the original ones re-pasted back from Notepad.


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

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