sharethis-reactjs
sharethis-reactjs copied to clipboard
Last icon is hidden when changing viewport
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.
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!