Aligned images not responsive

Hello,

I have some small images aligned to the left in my blog posts and text wrapped around it.The image size never changes, no matter which screen size.
On mobile screens up to 400 px, the text is displayed under the picture which looks good. But mobile screen sizes over 400 px show a divided text with a few words next to the image and the rest under it, because there is not enough space.
If it is not possible to make the aligned images responsive, is there maybe a way to center them for screen sizes up to 800 px to avoid that the text is only partly wrapped around them?

Best regards

Hi @opti8,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s happening so that i can help you to make them responsive?

Kind Regards,
Movin

Hi Movin,

I managed to solve this with a custom CSS code. So if anyone else has the same issue, this is what worked for me:

@media (max-width: 800px) {
img.size-full, img.size-large {
display: block;
float: none;
}
}

Awesome great to see you got that solved.

Please advise if you have more questions.

Have a fantastic day!