Responsive grid, floated elements move underneath one another when min-width is reached
Posted
by
Francesca
on Stack Overflow
See other posts from Stack Overflow
or by Francesca
Published on 2012-10-16T22:50:59Z
Indexed on
2012/10/16
23:00 UTC
Read the original article
Hit count: 243
I'm in the process of creating a responsive site (currently only working on the main content.)
I've created two floated divs with percentage based widths. One contains an image which resizes with the browser resizing. The image has a min-width of 100px.
Can anyone tell me why when put into a mobile sized width it doesn't drop down? How can I make the image stack underneath the text?
© Stack Overflow or respective owner