Mon, 2013-01-14 00:13
I have a div that is set to size content (pics) responsively - which works.
but because it must re-size the div can't have a set height.
As there is no height the next element aligns right over it.
<div id="col_left"> <div id="cornerpic" class="fadein"> {exp:channel:entries channel="site_pages" limit="1" status="open" cache="yes" refresh="100" } {exp:channel_images:images limit="4" orderby="random" entry_id="{entry_id}" prefix="ci" } <img src="{ci:url:leftcol}" alt="{ci:title}" > {/exp:channel_images:images} {/exp:channel:entries} </div> {testimonial} </div>
Here is the page
thanks