Debut theme - Center Social media icons on MOBILE only

Hi there,

On my site currently I have at the bottom the newsletter entry and social media icons underneath. For desktop it looks fine, but for mobile they are off center.

I was wondering if there is a way to center the social media icons but only for mobile devices. On PC it is fine.

The link is: https://orchard-accessory-store.myshopify.com/

password is frawgh

Thank you so much for your help!!

@GetOrchard

sorry for this issue but i think you have fixed

Yes I ended up using this code for it:

@media only screen and (max-width: 768px) {
.site-footer__social-icons {text-align: center !important;}
}

Put at the bottom of theme.css