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 🙂
- The topic ‘How to center the dash in social widget’ is closed to new replies.
Disclosure: This page contains external affiliate links that may result in us receiving a commission if you choose to purchase mentioned product. The opinions on this page are our own and we don't receive additional bonus for positive reviews.