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] Right aligned menu sub-page dropdown alignment problems (http://forum.bytesforall.com/showthread.php?t=3989)

gideon@stufftodo.co.za Oct 21, 2009 08:48 AM

[SOLVED] Right aligned menu sub-page dropdown alignment problems
 
when I set %page-right in ATO-Style and edit Header Area, my drop down menus go out of wack and drop down/fly-out to the left making my sub page navigation unusable.

any help out there?

Flynn Oct 30, 2009 05:52 AM

If the menu is aligned right the fly out submenus are supposed to fly out to the left. If that is not what you meant post a URL please

joshsweiss Mar 31, 2010 11:49 PM

Is there any way to reverse this? Seems a bit unintuitive to have the menus fly to the left - since the brain reads right ot left in English.

Thanks for any suggestions.

Cheers
Josh

juggledad Apr 1, 2010 05:28 AM

the reason (I believe) that they fly out to the right is that if the last menu item has sub menus, they could end up displaying off the page.

if you want to change it you can try this, edit bfa_header_config.php and go to line 14 (version 3.4.6) which should be
HTML Code:

                $page_menu_bar .= '<ul id="rmenu2" class="clearfix rMenu-hor rMenu-hRight rMenu">' . "\n";
and remove teh rMenu-hRight

seaphorm May 11, 2011 08:42 PM

after a bit of googling... this thread seems to be the only one i can find dealing with this issue...

but the version the answer applies to is now out of date...

i've managed to figure out how to change the text alignment in the most recent version... but what i really want is to change the fly out alignment the same way the original thread poster does...

i.e. on a right aligned menu, i want the drop down to be aligned to the left (and fly out to the right)

any ideas?

juggledad May 12, 2011 04:47 AM

post a url showing the issue

topdown5_0 Aug 19, 2011 02:47 PM

1 Attachment(s)
Good day:

I too have this problem, pages menu aligned to the right, sub menus, fly out to the left, which are not well aligned and disappear before you can click them. For some reason, the sub menu is not horizontally aligned with the menu item, but one below, so as you try and move your mouse to click the menu, you move off the menu and it disappears. so, I am looking to either move to the right (the fly out) or keep it on the left but fix the vertical alignment, so it actually is clickable.

Running Atahualpa 3.6 with WP 3.2.1 using build-in WP menu functionality.

Any help in this matter is very much appreciated..been searching for days now. :-) Thanks!

Peter

rhpdx May 28, 2012 01:13 PM

Where in the header php do I need to alter to get the flyout to the right, on a right justified menu in 3.6.7?

juggledad May 28, 2012 01:23 PM

see post #4 and search for that line

rhpdx May 28, 2012 01:32 PM

I used Ctrl+F to search for that string in the bfe_header_config.php and it didn't come up with that string of text.

juggledad May 28, 2012 03:43 PM

In 3.7.7 it is line 36 but it has changed to an 'echo...'

rhpdx May 29, 2012 10:04 AM

Thank you for your help. Sadly, I found and removed that snippet but it did not appear to change anything. http://fusionmr.com/

juggledad May 29, 2012 02:48 PM

it looks like it flys out to the right to me

vandermark Jun 2, 2012 02:34 AM

I have the same problem: www.bartvandermark.nl where I have aligned the menu to the right. The submenu's (INFO & FOTO'S) are aligned to the left which is confusing.

Juggledad, the website http://fusionmr.com/ the submenus are still aligned tot the left right? We want the submenus to align to the right.

I am also confused by your solution: we want the submenu to align to the right and you tell us to remove 'rMenu-hRight'. How can that help to align currentely left-aligned submenus to the right?

Edit: I executed your solution which resulted in left-alignment of my complete menu: the whole menu was left-aligned which is not what I want. Can you look into it?

juggledad Jun 2, 2012 04:58 AM

To have the TEXT aligned to the right instead of the left, try this in the CSS Inserts
HTML Code:

div#menu1 ul.rMenu li:hover,
div#menu1 ul.rMenu li.sfhover {
    text-align: right;
    }


vandermark Jun 2, 2012 05:21 AM

Thanks for your quick and accurate reply: it works!


All times are GMT -6. The time now is 07:30 PM.

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