How to center the dash in social widget

Hello,
I need a help with centring this red dash in the Social widget. I don’t know how to do it.
Thanks,
Sonja

Hey there,
I hope you’re doing well today

Kindly send me the URL to your website so I can have a look at the issue for you.

Best Regards,
Support

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#secondary .activello-social .widget-title:after {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 15px;
}

It works! Awesome! Thank you very much!

You are most welcome here :slight_smile: