Archived topic
Social share error
3 replies · Started by Santa on January 9, 2020
Viewing posts 1–4 of 4
Hi! Added an example below. We have added left sidebar social share and it overlays the text on right. So if the text is just next to the icons, it can't be copied or links can't be clicked. Is it possible to fix this?
Hi there,
try editing your CSS to include the additional line i have commented here:
#gp-social-share {
margin: 10px 0 0 0;
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
position: relative;
width: 50px; /* add this */
}
Thank you again David! Now everything is working great! :)
You're welcome
This archived topic is closed to new replies.