Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm trying to get the navbar 100% width but the content of the page must be 970px (or something like that).
How can I do this? I tried some things in CSS but I can't find it.
@MJ
#header-menu > .container { width: 100%; }
@PitaJ said in navbar 100% width and content 970px:
Thank you