MyBB Community Forums

Full Version: Category and Thread help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: threadborder.png]

This is my thread look like on my forum. How can I reduce the height of it?

[Image: category-1.png]

The background for my category is not align well. Which part in global.css should I edit?

Footer
[Image: footer.png]

Thanks in advance Big Grin
Anyone could help me with this please?
add below code in your theme's global.css file

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
I added the codes. Nothing seems to change
do not know where you have added the code ; should be added thru admin panel
admin panel --> themes --> your current theme --> global.css --> edit stylesheet in advanced mode <-- add required code at bottom & save

Edit : your theme's global.css also needs below code :

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}
That's where I added it. You're the user "tester" right? Can I give you access and take a look at it?
^ yes, you can give temporary admin panel access ..
Ok, gave you the access.
^ not entered into admin panel as traced the cause !! you can remove admin privileges (& you may delete the account)
you have codepress turned on AND it inserted unwanted spaces in your code ; turn it OFF from admin panel --> preferences ..
What should I do after turn codepress off?
^ open global.css as before from admin panel , delete all nbsp; from your added code
OR delete earlier added code and add it again & save it . then hard refresh your forum page (use CTRL + F5)
Pages: 1 2