Delacroy Blog Share - Question | JoomShaper

Delacroy Blog Share

T

Tim

Template 1 year ago

Hi,

The social media icons on the blog section of the site are aligned to the right side.

I need them to be centered.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #73214

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 info_6110.jpg

0