Background menu color of a boxed layout
Greetings, I have added some css to change the menu color and to make it 100% wide. However, using the boxed layout I cannot pinpoint the css to make the blue menu color extend to the edge of the box (to the edge of the solid white, not the entire screen).
[Links visible only for registered users]
Many thanks, Nick.

.
Comments
to make this menu full width, you need to use custom css:
#Top_bar .one.column { width: 100% !important; margin: 0 !important; }#Top_bar .container { max-width: 1240px !important; }