Jump to content

How do i make the page width bigger??


Recommended Posts

  • 4 weeks later...

Thank you, but this does not answer the question: full width.
If I replace global.css

...
#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align: left
}
...
#center_column {
   width: 556px;
   margin: 0 0 30px 0
}
...


with

...
#page {
   margin: 0 auto 2px auto;
   text-align: left
}
...
#center_column {
   margin: 0 0 30px 0
}
...


the template gets completely disrupted.
Any idea? Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...