Hello, I was creating my website on mobile view but when I click the desktop and tablet one everything is out of place and the sizes are all incorrect, is there a way to resize all individually without it effecting each other? Thank you.
1 Like
I’ve tried resizing my text and images on desktop and tablet but it effects the mobile one too
Sizing that you define at one breakpoint will cascade down to smaller breakpoints. So sizing defined on the desktop will cascade down to tablet and mobile, and sizing defined for the tablet will cascade down to mobile. The reverse is NOT the case, so if you set sizing at mobile, that will affect mobile only, not tablet or desktop.
For text, you can set a size on the desktop, then set a different size on tablet, and yet another size on mobile. You can also define a size range on the desktop (e.g. 14 - 22) that will automatically adjust text size across the range.