Hi there, so I have a header setup for mobiles only here:
(ipads and desktop, its a slider)
I wanted to know, how would I make that container always fit the correct device size, the height, because as it is now, it sometimes gets cut off, or is too long etc…I want it full height 100% on each device’s screen, is this possible?
I tried adding “height: 100vh;” to the container’s css, it kind of works, but the text near the bottom of that container, still gets cut off on some screens, and others like iphone pro, is too long, so the text is there, but there is a lot of space under it, I want it to be height responsive.
Thanks.