I downloaded Coda Blue for use on a client project. It is a very nice theme and I admire the work of the developer.
One of our challenges with this theme is presented by the fact that the theme fixes the page height. My client will need variable height on her content.
I changed the theme's CSS to allow for this but, when we scroll to the next page which could be shorter, there is an ugly gap beneath the content.
I moved the php call to the footer into the content div and am using clear: both prior to presenting the next page. None of this has worked.
So, my question appears to be this:
What would be proper CSS to allow for variable height content, which would clear and readjust for each page in the scroll?