Hi
Can I have the the url of your site.
Thanks
Add this to your custom css box in the theme options > advanced settings:
@media (max-width: 992px) {
.footercol1, .footercol2, .footercol3, .footercol4 {
width: 50%;
}
}
Kadence Themes
It didn’t help!
Can you help us with something else?
Thank you!
Try:
@media (max-width: 992px) {
.footercol1, .footercol2, .footercol3, .footercol4 {
width: 50%;
float:left;
}
}
Else post a link.
Kadence Themes