This is the opt-in page from design cloud. How do I get rid of all the space from column one so that column 2 can be right under column one on mobile. I tried padding but that didn’t work. I was able to get this to be full screen by adding the code you all asked me to calc( 100vh - ( calc(25px + 6vmin) + calc(30px + 6vmin) ) ); It looked fine without the code you all gave me on mobile but I need it to be fullscreen on desktop and mobile.
The code you provided is causing the columns to look this way on mobile, how do I fix it on mobile.
Is it away to make the section full screen, instead of the columns, would that work?



