I’m trying to get my column on my page to be full width of the row container, but it seems to only work at the following breakpoints:
@media (max-width: 479.98px)
@media (max-width: 1199.98px) and (min-width: 979px)
All other times the column only fill ~60% of the container (see image below). How can I fix this?
Also, I’m trying to utilize the WPForms 2-column CSS class on my form fields, but it doesn’t seem to render on my site. How can I get those CSS classes to be followed? Or is there a different CSS class I can use to get 2-column field format?
Thanks!
Alex