Ask

I've noticed that Joomla 2.5 has pagination problems. Example: in category blog, with layout 6 articles on first page, second page starts with 6 but layout is blown up. This problem destroys the articles layout and also template design.

I was hoping someone could help me, but my featured blog layout on the homepage of my site will not display in columns but instead the articles are displayed on top of each other. Can anyone tell me how to make my 3 articles display in 3 vertical columns? I have changed the settings on both the menu item itself and the article layout options to be 3 leading articles, 3 columns, across and still nothing. Any help would be appreciated!!


Answer

Check your articles by opening them out and click on the toggle editor button. You can see the following:

<div>
<p>Intro text... </p>
<hr id="system-readmore" />
<p>Full text ... </p>
</div>

Or

<div>
<p>Intro text... </p>
<hr id="system-readmore" />
</div>
<p>Full text ... </p>

Remove all <div> and </div>