CSS Modify post-sharing-bottom

Posted in: Newsmag
Post count: 35

Greetings,

I would like to modify the sharing buttons on the bottom of the layout/page.

Screenshot: https://ibb.co/kJvpyqp

My website: https://revistacosmos.com/

Thanks!

Post count: 35449

Hi Cosmic,
The social share buttons can be change from the theme panel -> https://i.imgur.com/jTFGw2Y.png
I hope this will help you!

Post count: 35

Yes, but do you have a CSS code, so I can adjust left of the margins/padding. The layout is not normally aligned after the last update.

Post count: 35449

If you want to adjust the margin for the share element, then you can use a css like this one -> https://i.imgur.com/64Hid7l.png
.single .td-post-sharing-bottom {
padding: 21px;
}

This custom css need to be set in the theme panel> custom code> custom css.
I hope it will help you!

Post count: 35

Yes, it works!
Many blessings!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.