how to decrease the post bit size

chakru

New Member
anyone can help me to reduce the size of my post bit. just see the pic its little big now! I want it to reduce teh size of it to a single line so that the bookmark button fits to it where I mentioned the text.





any help will be good.

thank you
 
In your HTML code you should be able to use simple <br> codes (break) to make the bookmark move down.

So find where your bookmark button is in the template &

before:

Code:
<a href=your bookmark link>

Add before:

Code:
<br>
             <br> 
                 <br>

If that pushing the bookmark down to far simply remove one.
If it's not far enough, simply add another.
 
GgAcE said:
In your HTML code you should be able to use simple <br> codes (break) to make the bookmark move down.

So find where your bookmark button is in the template &

before:

Code:
<a href=your bookmark link>

Add before:

Code:
<br>
             <br> 
                 <br>

If that pushing the bookmark down to far simply remove one.
If it's not far enough, simply add another.
use <br /> to be xhtml compliant
 
Back
Top