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)
-   -   Horizontal menus on the same line (http://forum.bytesforall.com/showthread.php?t=18337)

LeLyx Sep 10, 2012 04:18 PM

Horizontal menus on the same line
 
I've 2 horizontal menus, one for categories Menu2 on the left and the other (Menu1) on the right above the right sidebar
I'd like to keep them on the same level.

I tried some CSS but this is not working…:confused:

ul.rMenu-hor.rMenu-hRight li {
margin-top: -5px;
}

I'm using WP-3.4.1 and Ata-3.7.8.
Any help will be appreciated. Thanks.

juggledad Sep 10, 2012 04:25 PM

why now make a custom WP menu - you can add pages and categories to the same menu - then just use teh one menu?

LeLyx Sep 11, 2012 12:38 AM

Sure that would be more natural :)
'cause I'm requested to separate categories (w specific colors) aligned left
from a 2 items menu on the right (centered above the sidebar w other colors)…

juggledad Sep 11, 2012 04:29 AM

what is the url?

LeLyx Sep 11, 2012 04:34 AM

http://www.r_f_.com/

juggledad Sep 11, 2012 05:16 AM

try this in CSS Inserts
HTML Code:

div#menu2 {
    position:  relative;
    top: -23px;
}


LeLyx Sep 11, 2012 06:15 AM

It works great !
Thanks !

BTW, is it possible to have different colors for each items in the menus ?

lmilesw Sep 11, 2012 07:24 AM

It's just a matter of targeting the individual menu itmes with CSS for a background color.


All times are GMT -6. The time now is 01:33 AM.

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