Forums

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

Home Forums CSS How can I make divs stay in one row? Reply To: How can I make divs stay in one row?

#248601
Beverleyh
Participant

Inline-block elements (sitting on the same row, with white-space removed using many of these techniques https://css-tricks.com/fighting-the-space-between-inline-block-elements/) are supported everywhere.

As are basic responsive images using max-width:100% http://www.w3schools.com/css/css_rwd_images.asp

If you are having problems, we need to see your code attempt in a demo to be able to point out where you’re going wrong.