I'm using the default skin and I don't like the width. So I wanna lower the width. The problem that occurs is that the whole skin aligns to the left of the page. I've tried centering it with the common <center> tags but the undefines the width and make the template fill the whole page again.
Can you give a link?? I've never seen it 'on the left' before... you can edit the width in the #container section of the global.css of the theme.
![[Image: result.jpg]](https://camo.mybb.com/951c57d7e9cdcb6650c7d680cf3abcb712e3e2c3/687474703a2f2f69676e6974696f6e2d67616d696e672e6e65742f726573756c742e6a7067)
Thank you for the advice to edit the container, it's centered now.
Leave the body width blank, choose the container section from the dropdown list, and type 70% or something like that.
Hi,
I have the same problem.
It's not centering.
(2010-06-14, 11:49 AM)dtommy79 Wrote: [ -> ]Hi,
I have the same problem.
It's not centering.
Why did you bump a old thread?
Because i had exactly the same problem and the given answer did not solve it.
EDIT:
Never mind.
If anyone having this problem
Just insert this code into #container Extra CSS Attributes
margin: auto auto;