Move buttons lower on mobile (floating)

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

@media(max-width: 480px) {
  .eapps-social-icons-position-right {
    bottom: 40px;
    top: auto;
  }
}