Dominican Airways Posted January 19, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
flyalaska Posted January 20, 2013 Report Share Posted January 20, 2013 most likely in the css Quote Link to comment Share on other sites More sharing options...
Affix Posted January 21, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
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.