How to Center the Sharing Buttons?

Posted in: Newspaper
Post count: 28

Hi tagDiv,

How can I center the display position of Sharing Buttons for both Desktop and Mobile view?

http://prntscr.com/iun919

Thanks!

Post count: 623

Hello @jericho

Add following code to custom code section in theme panel

.td-post-sharing-visible, .td-social-sharing-hidden {
display:block;
text-align: center;
}

Refer: http://prntscr.com/iuozrh

Post count: 28

Thanks, Amit!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.