Hello,
The sliding share bar is not positioned properly.
Replace
style=”top:2%;left:220p x;width:55px”
with
style=”top: 20%;width:55px;margin-left: -270px;”
This will solve the position problem.
If you want to reduce the gap between the buttons then just try wrapping the button code with a div tag and apply the required margin to the style attribute.
Thank you.