Problem with right modules on blog section!

GK User
Tue Sep 14, 2010 8:14 pm
Hi,

I created one blog section on my site using Party Freak 2.0.1 and the content and looks good. But then I created a new blog section on the main menu and now the content on the blog section looks bad.. the modules on the right down to the end of the content and they are cut. (both blog sections are the same size image and right modules)

Capture one: http://img261.imagevenue.com/img.php?im ... _506lo.jpg

Capture two: http://img201.imagevenue.com/img.php?im ... 2_65lo.jpg

Any help?

Thanks
Diego
User avatar
Senior Boarder

GK User
Wed Sep 15, 2010 8:51 am
hi diego, i had the same proble and i understood that is a problem due to a bad readmore position in an article.

the readmore must stay always outside a <div> or a <p>

so..

<div>block of text</div>
<hr id="system-readmore" />
<div>block of text</div>

and not:

<div>block of text
<hr id="system-readmore" />
</div>
<div>block of text</div>

I think this is the solution... try it and let me know
User avatar
Expert Boarder


cron