MyBB Community Forums

Full Version: Overlapping text for IPB theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I fix this overlapping text? I am using an IPBoard theme for MyBB.

[Image: untitled.jpg]
please give link to the theme & your forum URL ...
one of your stylesheets has body {line-height : 135%;} --> it needs to be removed ...

below is actual code you have ; remove line-height : 135%; & hard refresh your forum page
body {
	background: #EFEFEF;
	color: #222222;
	text-align: center;
	line-height: 135%;   
	margin: 0 auto;
	font-family: Arial,Verdana,Tahoma,"Trebuchet MS",Sans-Serif,Georgia,Courier,"Times New Roman",Serif;
	font-size: 12px;
}



Awesome. Thank you!

I have another question

I want a blank content with the banner, nav, and the menu + submenu so I can write down server rules in the "blank content"

This

http://whatman.org/test/showthread.php?tid=4&pid=9#pid9

+

inside the blank content, just the words, no forum post-like

[Image: Lzn58.png]



How can I go about doing this?

EDIT: It's more like http://whatman.org/test/donate.php but without donate.php (rename donate page to server rules) with my text inside box

^ we use page manager plugin for making custom pages ...
Awesome! Thanks dude