help font not in line
bekti Offline
Junior Member
**
Posts: 43
Joined: Mar 2012
Post: #1
help font not in line
can someone help me..
in my forum when someone use align center the first part of that thread become to the left..

here the screenshot
   
03-03-2012 02:42 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: help font not in line
Does it happen to your horizontal postbit style too?

03-03-2012 06:40 AM
Find all posts by this user Quote this message in a reply
Jumper Offline
Member
***
Posts: 75
Joined: Aug 2010
Post: #3
RE: help font not in line
Hi,

i had the same problem before some weeks Smile
can be that it is a conflict with a plugin or theme. i donĀ“t know, i have so much installed Biggrin

solution:

find in Post Bit Templates/postbit_classic (in your chosen theme):

PHP Code:
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>


add "<br />" before {$post['message']}:

PHP Code:
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				 <br />{$post['message']}
			</div>


works fine for me Yes

(This post was last modified: 03-03-2012 01:27 PM by Jumper.)
03-03-2012 01:24 PM
Find all posts by this user Quote this message in a reply
bekti Offline
Junior Member
**
Posts: 43
Joined: Mar 2012
Post: #4
RE: help font not in line
wow...thx for help
great forum, great helpBiggrin
03-03-2012 01:36 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: