Third Homepage Widget not displaying correctly on mobile

HI,

I am using the Sparkling these on my site and it’s amazing. The only issue I have is the third homepage widget does not display correctly on mobile, it’s overlapping some of the other content (the ‘artist’ part).

Let me know how to resolve. Thanks

Hi @faisal27,

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

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Best Regards,
Movin

You can try resolving the issue 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 -> Additional CSS

@media (max-width: 768px){
.home-widget-area .col-sm-4.home-widget {
    clear: both;
}
}