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)
-   -   Padding issue in submenu (http://forum.bytesforall.com/showthread.php?t=16594)

tsheridan Jan 25, 2012 02:40 PM

Padding issue in submenu
 
I have added a right padding to my menu items so that it will space them out on the menu bar. This is fine, except for my submenus, which is inheriting that trait. I have a color change on hover and the link state color is displaying under the hover color. I've tried adding the padding to the hover state, but it's not working.

How can I either get rid of the padding on the submenu, or add it to the hover state so the correct color will show all the way across the submenu?

Also, I am using the custom menu feature in Wordpress, instead of Atahualpa's menu feature, and so the drop down arrows have disappeared in the main menu, indicating which items have a drop down. Is there a way to get these arrows back?

URL is www.tmpranchrodeo.org.

I am using the most recent versions of both Atahualpa and Wordpress.

Thank you!

juggledad Jan 25, 2012 05:00 PM

remember that CSS is 'cascading' so what you apply to an element applies to it's children. If you don't want this, then you have to reverse the change for the children with more CSS

tsheridan Jan 26, 2012 09:47 AM

Thank you for making me think about that one! I reversed the effect with:

li.rMenu-expand li {
margin-right: -10px;
}

About the arrows however, I'm not having as much success. This is what I have -

div#rmenu2 li.rMenu-expand {
background-image: url('/wp-content/images/down-arrow.gif');
background-position: right;
background-repeat: no-repeat;
}

I have tried it using just the class selector as well, without the div, but that's not working either.

Can you point me in the right direction please? I have the background on the menu set to transparent because I want the header graphic to show through....is that effecting it? And if so, I have no clue how to reverse that, since I still need it transparent. Thanks!


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

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