MyBB Community Forums

Full Version: Spacing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys ^x^
I added some new bars in the header welcome_block templates and I've been having a problem with spacing them out.

Screenshot:
http://i.imgur.com/HyUWWmN.png

I want the images to not touch with the black header and I would like to space them out so that they're not so close to each other.

Also, I'm seeing that the admin usernames are looking weird, it has a box as the background, but the background in the coding is a glittery gif background.
Here's the coding for the usergroup:
<span style="color: red;font-weight:bold;background:url(http://i656.photobucket.com/albums/uu288/angel-45/backround6.gif);">{username}</span>

http://i.imgur.com/r7IpIOF.png

Can someone please help?
What's your forum URL?
Oh sorry about that:
http://thegame-zone.com/

And I've fixed the username issue.
Add &nbsp; between links!
Example: http://s16.postimg.org/4gxc2ptat/Capture.png
Padding or margin should do the trick!
Add in global .css:
.tip2 {
	margin-left: 20px;
}