Home › Forums › CSS › CSS float creating white space › Re: CSS float creating white space
October 8, 2012 at 7:24 am
#111406
Member
If you can’t change the order or content of the divs, you’re pretty much scr*wed then.
However, assuming that the left div heights aren’t going to change height though you could try something like this.
http://codepen.io/Paulie-D/pen/EIxgD
None of this is elegant. Sometimes though there is only so much you can do with CSS.
If the page HTML no longer fits the design, it’s time to change the HTML.