MyBB Community Forums

Full Version: How to center align this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

This is probably basic question but I always had trouble aligning divs haha

Ok so, how do I align this to the center..:

[attachment=30932]

This is my code:

<img src="images/twist-sd/home.png"></img><span class="active" style="padding-bottom: 10px; margin-left: 5px">COMPUTER HELP FORUM</span>
Try:
<img src="images/twist-sd/home.png" style="margin-bottom: 5px; vertical-align: middle;" /><span class="active" style="padding-bottom: 10px; margin-left: 5px">COMPUTER HELP FORUM</span>

MikeInToshx

Got it. Thx.
In global.css find .navigation and add:

text-align: center;
never mind this wouldn't work because I didn't know you were referring to vertical alignment Wink

MikeInToshx

It's fixed already Big Grin Thx.