Home › Forums › CSS › Change image postion on mobile › Reply To: Change image postion on mobile
May 17, 2016 at 8:28 am
#241798
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.