Site logo

Archived topic

centralize social icon in the sidebar

3 replies · Started by steven on June 11, 2022

Viewing posts 1–4 of 4

Hello, I use a plugin to display social networks. In the sidebar I would like to be able to centralize the icons. Do you know if it's possible?

Hi there,

try adding this CSS:

.widget .sfsi_premium_widget_container {
    display: flex;
    justify-content: center;
}

Thanks you David.

You're welcome

This archived topic is closed to new replies.