Quote Originally Posted by stephmatte View Post
Hi, I've been working with this great template for a while now and got around it pretty well, but there's one thing that I just cannot seem to be able to do with it

I'm trying to make it 100% width so that the header, the footer and the containers of the sideboxes reach the sides of the browser, but I just can't seem to find where to make the modifications

I tought "100% fluid" meant it would be easy

Thanx for the help and keep on the good work

-Steph.
open includes/templates/mystic/css/stylesheet.css

Find the following declaration and change the highlighted portion as indicated

#mainWrapper {
margin:0;
background:#F8CCED;
color:#000;
text-align:left;
width:100%;
vertical-align:top;
}