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] drop down menu centred (http://forum.bytesforall.com/showthread.php?t=22041)

austg Apr 13, 2014 07:47 PM

[SOLVED] drop down menu centred
 
Hi,

I recently added this to the css to make the menu even space which is ok.
/* space menu items across width */
ul.rMenu li {
width:8%;
text-align:center;
}
/*reset for submenus*/
ul.rMenu li ul li {
width:8em;
margin-right: 0;
}


What I want to do is make the drop down menu to drop right under the menu, at the moment it drops down to the left. I want the drop down menu category to be right under it not to the left. http://seminarseeker.com/

Thanks

Andre

lmilesw Apr 14, 2014 07:05 AM

I would suggest using the theme options as much as possible for widths of menus but if you leave things as they are this CSS might position your menu as you want.
HTML Code:

#rmenu2 .rMenu-ver {
    width: 108px !important;
}



All times are GMT -6. The time now is 10:50 AM.

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