How to increase space between footer widgets when viewed in mobile?

Hi,
The footer widgets display great when viewed on desktop. But they clutter when viewed on mobile. I have attached the screenshot. I want to increase the space between each footer widget for clarity. Thank you.

Hi George,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

@media (max-width: 768px){
.col-sm-4.footer-widget {
    margin: 20px 0;
}
}

Best Regards,
Movin

Thank you so much, Movin!

You are most welcome here :slight_smile: