Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS First attempt at building a responsive site. Can't get text to flow right. Reply To: First attempt at building a responsive site. Can't get text to flow right.

#257096
jordan116
Participant

One simple media query doth not a responsive site make. You may need multiple media queries for a site with that much content.

Additionally, you floated the crap out of nearly every element. I’d suggest implementing flexbox or some grid layout to get what you want.