Can I modify the padding near the Facebook like button and sharing icons?

Posted in: Newspaper
Post count: 376

Can I modify the padding near the facebook like button and social media sharing icons? I’d like to decrease the padding (space) between the social sharing icons and the post text, and increase the padding (space) in between the Facebook like button and the social media sharing icons.

https://ibb.co/h2awAU
https://ibb.co/d1qUVU

You can see my website here. Just click on any post:
https://InterestingAnswers.com

Post count: 35449

Hi,
In order modify the padding near the facebook like button and social media sharing icons
you need to add an css ( example https://www.screencast.com/t/hohPnadj6ukS )
Here is css cod, if you wish you can change the parameters.
.td-post-sharing-top {
margin-bottom: 10px;
}

.td-post-sharing-classic + .td-post-sharing {
margin-top: 20px;
}

Thank you.

Post count: 376

Perfect. thanks.

Do just use Google inspect to figure this stuff out?

Post count: 35449

Hi,

Yes first we use Google inspector, after we identify the problem we make a test ( we add the code to a test page to see how it’s works ).

Thank you.

Post count: 376

Thanks.

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