Try setting a min-height in pixels. 100% simply won’t work.
Thread Starter
M J
(@m2j)
would you mind explaining why that’s the case? and whether there is a work around?
the main problem is that I have content in the footer that I want visible and if i set a min-height, it will put it all down way too far one pages that have minimal content.
i found the jquery plugin the theme developer used to make the tiles collapse: http://desandro.com/demo/masonry/docs/ and I have a feeling the solution will be in there, but my level of understanding of javascript is minimal so any help would be appreciated!
thanks!
-mj
would you mind explaining why that’s the case?
Because that’s not how CSS & browsers work. Try googling on “css faux columns”.