I've been building a site on Joomla 1.5, the K2 extension and Quasar on Gantry. I'm not a developer, but I've been able to get most things done that I wanted.
While setting up a blog on my site via K2 I've now run into a problem. As soon as I publish three or more K2 items on the blog the sidebar will display below the main area, rather than to the side of it. At first I though it was a CSS problem, but when I look at Firebug the following happens:
With 2 items published:
The <div class="rt-grid-5"> that contains the sidebar is nested within the <div ID="rt-main-surround">
Everything looks fine. Sidebar is where you'd expect it to be.
With 3 and more items published
The <div class="rt-grid-5"> is not within the <div ID="rt-main-surround"> anymore. Instead it now displays below which in turn pushes the sidebar down.
Where would I find the PHP that controls this and what do I need to do to fix it?