Hi,
The social media icons on the blog section of the site are aligned to the right side.
I need them to be centered.
Hi Tim,
Custom CSS is needed for that, here is example code that you can use and should work:
.article-details .article-ratings-social-share { justify-content: center !important; justify-items: center; display: grid !important; }
After using it