Social media sharing button icon center issue

Hi there,

I have the following issue with my site at the moment.

  1. The social sharing buttons on the bottom don’t have their icon centered and it looks weired. How can I center these again?

Could you please let me know why it is suddenly doing this and how I can chnage it?

Thank you,
Heike

Hi Heike,

Please add this code to the Global CSS:

.x-social-global a i {
    padding-top: 16px;
}
```

Hope this helps.

Perfect - thansk that worked :slight_smile:

You’re welcome, Heike.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.