center social media icons & email subscribe buttons (jetpack)

Another question…sorry :smiley:

I have managed to center all of my titles & content in the widgets of the side bar besides the social media buttons and the boxes for the blog subscription. Is it possible to center these as well? I’ve used the jetpack plugin for those widgets…

Thanks in advance!

Hi @dorohenrietta,

Thank you for your another question.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Dear Movin,

http://dorohenrietta.com/ is the URL to my blog.

I would like to center the social media icons under “Follow me on social media” (decided to leave the email subscription thing as it is).

Thanks for your help!

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 -> Activello Options -> Other -> Custom CSS

.widget_wpcom_social_media_icons_widget ul {
    display: table;
    margin: 0 auto;
}