Hello,
I’ve added this code in child style.css file:
@media (max-width: 480px) {
.widget_mc4wp_widget .widget-title {
width: 300px;
}
.footer-top .widget_mc4wp_widget {
padding-top: 50px;
}
.soci-icons2 {
border-right: none !important;
}
.footer-top.footer-top-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
margin-left: 70px;
}}
@media (min-width: 480px) and (max-width: 680px) {
.footer-top.footer-top-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
margin-left: 200px !important;
}
.soci-icons2 {
border-right: none !important;
}
.widget_mc4wp_widget .widget-title {
width: 300px !important;
margin-left: 150px !important;
}}
Please clear browser cache and check footer now.
Best regards,
Jack Richardson.