sharethis-reactjs icon indicating copy to clipboard operation
sharethis-reactjs copied to clipboard

Last icon is hidden when changing viewport

Open Eldin86 opened this issue 3 years ago • 1 comments

I have 4 social to share, and when i change viewport width last icon is hidden, only when i refresh page it is shown. Could this be fixed, btw i like this.

Eldin86 avatar Oct 23 '22 22:10 Eldin86

Hi @Eldin86,

We are glad you liked the module! Apologies for the late reply.

We have seen reports of Publishers affected by this behavior because of some external custom CSS rules affecting the buttons' look, you can follow the solution one of the Publishers recommended here. For this, you will create a CSS rule that will override the calculated width assigned to the buttons originally, something like this:

.sharethis-inline-share-buttons{ width: 300px; }

Let us know how it goes!

ShareThis-Support avatar Oct 28 '22 21:10 ShareThis-Support