Home › Forums › CSS › floating divs, side-by-side, unknown widths › Reply To: floating divs, side-by-side, unknown widths
November 16, 2015 at 5:41 am
#234930
Participant
Yes because of the min-width
on the title, to work around this you could use a more adaptive approach with fixed width’s for the floats ISO percentages. But this would mean a lot of breakpoints for every time the design breaks, and thus a lot of extra code in media-queries. Having said this; if this design is important to you, than doing it like that instead may be the best approach in this case, but please someone prove me wrong.