Hi guys,
I have a problem with the display of my text on mobile, indeed, it cuts it off and does not display it in full. I know I need to enlarge a block but I’ve tried all the blocks and it doesn’t work.
Can you help me, thank you very much
Here is my site Read-Only: (Webflow - Ludovic's Fabulous Site)
(how to share your site Read-Only link)
Uploading: Capture d’écran 2022-03-13 à 09.04.50.png…
General example (Rich text - height: 20px and overflow hidden):
Problem 1:
Avoid using max-height
for elements with text (Could cause overflow-y issues). Return to none
.

Problem 2 (Same as 1)
Same idea for height
(use auto
)

Problem 3:
On mobile clear some cols:
Last you use to much ideas and styles for very simple layouts (Grid area inside flexbox inside grid and so on). Very hard to handle this over time.
This is global issue in your project (Very buggy for layouts).