Hi Chris,
Thank you for the screenshot, I went ahead and added the following code in your element’s CSS of your Content Area element
$el {
width: 100%
}
$el .tco-section {
padding: 0 !important;
}
$el .tco-section form {
padding: 0 !important;
display: block;
}
$el .tco-section form fieldset {
display: inline-block;
width: 24.5%;
}
$el .tco-section form fieldset:nth-child(6),
$el .tco-section form fieldset:nth-child(7) {
display: none !important;
}
@media screen and (max-width: 870px) {
$el .tco-section form fieldset {
width: 32%;
margin-bottom: 7px !important;
}
$el .tco-section form fieldset:nth-child(8) {
width: 98%;
}
}
This seems like has done the trick. Please check back your footer now and let us know if this is what you required.
Cheers!