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
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 Go to assetes/theme.css and paste below css at bottom of file.
.product-single__meta .social-sharing
{
text-align: center !important;
}
Thank you worked perfect!!