Hide floating icons on mobile

Add this code to the Custom CSS filed on the Style tab of your Social Media Icons widget’s settings:

@media (max-width: 500px) {
.eapps-social-icons {
display: none !important;
}
}