How can I center social icons in my product grid?

Hi,

I moved all my text to the left in the product grid but want to keep my social icons centered. Any help/ line of code would be appreciated. Thanks Mike

my site is https://luxurymrkt.com

@Luxurymrkt please add this css

.product-single__meta .social-sharing {text-align: center;}

@Luxurymrkt Go to assetes/theme.css and paste below css at bottom of file.

.product-single__meta .social-sharing
{
text-align: center !important;
}
1 Like

Thank you worked perfect!!