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)
-   -   Page Menu not showing as full width of layout (http://forum.bytesforall.com/showthread.php?t=22863)

Sfare Oct 9, 2014 02:24 PM

Page Menu not showing as full width of layout
 
I have been playing around with my site's styling and recently added a background image on the body outside of the layout. I've managed to get the header image and 1 of the menus to be the full width of the layout using the helpful FAQ, but not the other. Here's the site:
http://www.thedomesticfront.com - you can see that top menu isn't the full width

And here's what's in my HTML and CSS inserts box:
#bfa_page_menu {border: solid 1px #FFFFFF; background-color: #FFFFFF;}
div#menu1 {border: solid 1px #FFFFFF; background-color: #FFFFFF;}
#bfa_page_menu div#menu1 {border: none;}

#bfa_cats_menu {border: solid 3px #FFFFFF; background-color: #FFFFFF;}
div#menu2 {border: solid 3px #FFFFFF; background-color: #FFFFFF;}
#bfa_cats_menu div#menu2 {border: none;}

Any suggestions as to why that one menu (menu 1, pages) is still the wrong width?

Thanks!

juggledad Oct 9, 2014 05:08 PM

add this to CSS Inserts
HTML Code:

#bfa_cat_menu {
    background-color: #fff;
}



All times are GMT -6. The time now is 04:39 PM.

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