Hi guys!
We’ve created a full width page with CSS (we reduced the width): http://ownyourbrain.org/book/
The page looks great, but the menu is also shrinking in width. How can I tweak the following CSS so that the menu area does not change in width?
/* CENTER CONTENT DIV WHEN USING FULL WIDTH TEMPLATE */
.page-id-3236 .entry-content {width: 900px !important;}
.page-id-3236 .container {width: 900px !important;}
Thanks!! :)
matt
Hi DianeBenscoter!
Please use following code to do so
#header_main .container {
width: 1040px!important;
}
and adjust as needed
Cheers!
Yigit
Hey Yigit! Wow, thanks for the fast reply :) !!
It worked perfectly! Have a great day ;)