Social Icons not clickable in mobile

I’m not sure what happened, but once the width becomes 767px, the social icons in the footer are no longer clickable.
It’s happening on both of my sites:
http://778.b98.myftpupload.com/

Hi @packerlandwebsites,

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

You can try resolving this 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 -> Sparkling Options -> Other -> Custom CSS


footer .copyright.col-md-6 {
    clear: both;
}

Best Regards,
Movin

Don’t know how I missed that. Thank you!

You are most welcome here :slight_smile: