Dominican Airways Posted January 19, 2013 Report Posted January 19, 2013 Does anyone know how I can make the site bigger? When I say site I mean like the invisible box where the things on your site go. Quote
Affix Posted January 21, 2013 Report Posted January 21, 2013 If you are using the default style as your base its done in the style.css file #innerwrapper { width: 970px; background: #fff; float: right; } The above line is the code that defines the page wrapper. You should change the width to your desired width in Pixels, em, or Percentage of the Page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.