position right right goes down when insert read more button

GK User
Sun Jan 12, 2014 6:14 pm
position right right goes down when insert read more button

Please i need help, this is the situation:

i have a category blog, and when i insert the read more button . the position rigth rigth just move below the content, can you tell me a way to fix it?

this is my page, www.amigosconcola.ec/index.php/animaleros

Best regards. :unsure:
User avatar
Fresh Boarder

teitbite
Tue Jan 14, 2014 3:33 am
Hi

I see what the problem is. "Read more" is added in a middle of HTML construction and is cutting it in half. Please put "Read more" more carefully. Best way is to separate the intro text and fulltext with paragraphs <p></p> and than put the code creating read more line away from paragraphs. As for example:

Code: Select all
<p>INTROTEXT</p>
<hr class="readmore" />
<p>FULLTEXT</p>
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.