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] Submenu background color not filling width (http://forum.bytesforall.com/showthread.php?t=17656)

neo May 24, 2012 01:45 PM

[SOLVED] Submenu background color not filling width
 
Ever since updating to 3.7.7 a couple days ago, the sub-menus on my page have a white area long the right edge, about 12px wide or so. I have tried adjusting the width of submenus with no effect. Does anyone have a suggestion about how to fix this?

juggledad May 24, 2012 02:02 PM

without a link to your site I could only guess.

neo May 24, 2012 04:01 PM

My apologies for the omission. It is: http://www.wordpress2.albanystrollroll.org
Cheers,
neo

lmilesw May 24, 2012 04:07 PM

I just used Firebug and came up with this code which you would put in the CSS Inserts box of the theme options.
HTML Code:

.rMenu-ver {
    background: transparent !important;
}


neo May 24, 2012 04:34 PM

Thank you, lmilesw!

I tried that and it worked. But when I went to the CSS insert block, I noticed the last item already there was this:

ul.rMenu li { margin-right: 15px; }

I also tried removing that rather than adding in the background property, and it now looks even better. The margin was causing the contents to wrap prematurely. But I am curious why a margin would be needed here. Am I breaking something in some other case by removing this?

Thanks again for the prompt assistance!

lmilesw May 24, 2012 04:38 PM

I didn't look at the code you had there but good find on your part. You aren't "breaking" anything after all it all looks good. Right?


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

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