Forums

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

Home Forums Design CSS alignment of image and text Reply To: CSS alignment of image and text

#248461
Shikkediel
Participant

You could try using the rule inside a media query, like I added to the reply later @primalspace. Then Bootstrap should take care of the realignment.

It can probably be done with flexbox too, Seth-666. But this has a bit deeper browser support. And I’m more familiar with it myself.