The contact form is not resizing properly in the mobile view. I can’t figure out what I’m missing, but the form is really skinny (doesn’t fill the screen width) for mobile, but looks fine on desktop.
I also have a section above the contact form that contains a video, and it’s not resizing properly for mobile either. It shrinks down to a tiny size when viewing on a mobile device!
Any thoughts on this would be appreciated. Thanks!
Hey becca_squirrel,
Add the following to quick css to fix the form:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding {
width:100%!important;
margin-left:0px!important;
}
Let me know if this works and then we can see about the video.
Best regards,
Jordan Shannon
Thanks for your help Jordan! The CSS did work, but the contact form (and video as well) were made bigger on the desktop view in addition to the mobile view. I just wound up re-building the entire page with success, without needing to use the code. I must have done something weird when I built the page the first time… but it’s good now!
Hi becca_squirrel,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria