Hello ilonka2012,
Try below css.
.footer-widget-area #widget-area-2 {
width: 16%;
}
.footer-widget-area #widget-area-3 {
width: 42%;
}
@media only screen and (max-width: 800px) {
.footer-widget-area #widget-area-2,
.footer-widget-area #widget-area-3 {
width: auto;
}
}
Hope this will helps you.
Thanks!
Amazing, that worked! Thank you so much 😉
@ilonka2012, Good to see that our provided solution worked for you. Can you please mark as “Accepted Solution” to make my put in efforts worth
Thanks for helping out, @addweb-solution-pvt-ltd. I’ve marked this thread as resolved.