Forums

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

Home Forums CSS Change image postion on mobile Reply To: Change image postion on mobile

#241798
amanda_
Participant

I would do the following:

.media {
 display: flex;
flex-direction: column;
}

Yes, the site could do with being started from scratch, but if you can’t convince them to do that, that will solve that particular issue.