Page 1 of 1

Responsive text in Flex Grid

Posted: Mon Jul 27, 2020 7:53 pm
by Benefactor
How to make text resize automatically in Flex Grid?
I used this settings for the text :
- Enable responsive fonts
- Output format set to default.

But the text doesn't resize when the screen is resized


Do I really have to make breakpoints?

Re: Responsive text in Flex Grid

Posted: Mon Jul 27, 2020 8:17 pm
by crispy68
What exactly do you mean by 'resize'? Do you mean for the text to wrap to the next line or do you mean the font size will change as the screen gets smaller?

If you mean text wrapping, then would need to know the exact settings you are using in the flex grid and for the text.

If you mean font size gets smaller as the screen gets smaller, then yes, you will need to add breakpoints. The breakpoints are what trigger the change in size of the text.

Based on your layout of the demo, you will need to implement breakpoints anyway as things start to look wonky as it gets smaller and you will need to change the layout to fit smaller screens.

Re: Responsive text in Flex Grid

Posted: Mon Jul 27, 2020 8:31 pm
by Benefactor
Ок. Thx