Quote Originally Posted by xtreme-exhibits View Post
Hello,

I just started customizing this template. I made it a smaller width - 800 px for now.

I'm finding that the only page that didn't reduce in width. I think it's cause the message box is too large.

Anyone know how to fix this?

thanks!
My site: http://creationsremembered.com/index...age=contact_us

If you click on the other pages you'll see that they are smaller. (i know its in mainenance mode but you can still get the picture.)

Thanks!
Open includes/templates/rustic/css/stylesheet.css

find the following declaration and change the width as indicated by the highlight. currently the width is set to 800px (the same width as the rest of the site.

TEXTAREA {
/* float: left;*/
margin: auto;
display: block;
width: auto;
}