Hello,
I recently found out that our site looks much different when seen in a 28" screen at 3840x2160. I don’t have a way of adjusting this on our site, is there a way of adding a new breakpoint on webflow or fixing the text that is coming out of the hero section? Please let me know, this is my read-only link: Webflow - PioneerRx
Hey @Johanna_Torres , for the Hero Save Text
element, I would recommend using vw
as the unit for size instead of px
, setting your text size to 40vw
showcases SAVE clearly as the viewport gets bigger. vw
stands for view width and is a % calculated size of the screen’s view width.
Just tested it out and this is the result I have at 3840x2160