MyBB Community Forums

Full Version: Space on left of forum (padding?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, if you go to my forum you can see I have aligned the forum to the left;

http://www.pokevolve.com

But I want to make the space on the left a bit bigger (the bit highlighted in red in this image)

[Image: spacenb6.jpg]

How do I do that? Thanks Smile
Go into your theme under "Content Container." You'll see in the extra CSS box "padding:". The format for the "padding" attribute is:
padding: top right bottom left;
It should be done in #px format.
Thanks I'll try it Smile
padding-left: 20px;