Hi, I keep trying to make my popup disclaimer text wider and trying to move it lower but for some reason when I add a translate property it seems to get cut off at the bottom and I’m not too sure why. Could someone let me know what to add here to let the full text appear?
Topic summary
A user is experiencing an issue with a popup disclaimer where text gets cut off at the bottom when applying CSS translate properties. They’ve attempted to make the text wider and reposition it lower, but the content becomes clipped.
A screenshot was provided showing the problem.
Suggested Solution:
- Set explicit height values for the affected elements
- Reference provided to W3Schools CSS dimension documentation for implementation guidance
The issue remains unresolved pending the original poster’s implementation of the height adjustment.
Hi TuneToyz
You should set the height for those elements. You can refer to how to set it in this link: https://www.w3schools.com/css/css_dimension.asp
Best,
Esther
