Blog Post Share Button Design

Posted in: Newspaper
Post count: 58

How can I design the sticky post-share button like this https://ibb.co/Kbbstcn

Post count: 35449

Hi deuja14, if you want that design for your post share buttons then you need to use a single post template, edit it using tagdiv composer and set it like this: drag a new row and set it in the post share buttons, then make the row sticky -> https://i.imgur.com/wmYxxiP.jpg then just use this custom CSS:
.tdb_single_post_share {
position: absolute;
left: -150px;
}
.tdb_single_post_share .td-social-sharing-button{
display: block;
}

The results will be like this -> https://i.imgur.com/RfBrxPL.jpg
Also, it can be done on standard post templates with the right custom CSS.
Thank you!

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