MyBB Community Forums

Full Version: Centering the skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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: action.jpg]

[Image: result.jpg]
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;