help font not in line
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

« Next Oldest | Next Newest »

Messages In This Thread
help font not in line - bekti - 03-03-2012, 02:42 AM
RE: help font not in line - RateU - 03-03-2012, 06:40 AM
RE: help font not in line - Jumper - 03-03-2012 01:24 PM
RE: help font not in line - bekti - 03-03-2012, 01:36 PM

 Standard Tools
Forum Jump: