Reply To: align social icons on mobile

Home Forums Support align social icons on mobile Reply To: align social icons on mobile

Home Forums Support align social icons on mobile Reply To: align social icons on mobile

#188473
Tom
Lead Developer
Lead Developer

Ah, then you could do something like this:

@media (max-width: 768px) {
    .icon-set-lsi_widget-2 {
        text-align: center !important;
    }
}
  • This reply was modified 8 years ago by Tom.