Text width on mobile

Hi guys,

I’m working on a new site. On all pages I want to show a small column with images and text. I set up a max width of 500 px for images and text. In the text element I used a width of 500px and none for maximum text width. That works fine on desktop screens. But on mobile the text is too wide and not readable. The images are responsive, so ok.

How do I solve this problem?

Best regards,
Ton in 't Veld

Hi @intveld,

Can you provide us the exact url of the page where we can see the issue.
This is to ensure that we can provide you with a tailored answer to your situation.

Thank you.

I did :-):grin:

Hi @intveld,

The correct setting should be auto for the width, and 500px on max-width. Setting a fixed width isn’t responsive, but max-width does.

Thanks!

1 Like

Thanks Rad!

You’re welcome, @intveld.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.