MyBB Community Forums

Full Version: How to Align the forum title up top?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have tried everything and nothing works?

Quote:text-align:top
vertical-align: text-top;

v-align:top

margin-top:-10px
 help thanks Toungue
not sure which forum title you are referring. can you show the requirement with a couple of images please
how do i align divs side by side?

[attachment=33666]

and i need that image to anchor the forumbit, if i float it, it wont set the forumbit height!!
^ can you please look at the search results

edit: I haven't seen above modified post prior to this reply.
forumbit template

border: 1px solid #ddd;
border-radius: 2px;
position: relative;
min-height: 80px;
padding: 10px;
padding-left: 70px;
// padding-right: 260px
	margin: 2px 0;

btw, does the css overrides all or does the template override the css?
^ in general, if template uses inline css then that overrides.
on the css style sheets you can use /* content */ to comment out the rules (// doesn't work)
can you leave the semi colon in there?

/* padding-right: 260px; */
^ yes. leaving semicolon in the comment doesn't affect.