social icons size

Suddenly the ‘social icons’ on my site are very big. The size in the widget is set to ‘small’ so I don’t see why they are so big for the moment.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the image size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Image size*/
.jetpack-social-widget-item svg {
    width: 100px !important;
}

Best Regards,
Support