Hello,
I have added this code for social media share buttons to all of my posts, on my child theme. It works great for pc, but not all of the social media icons work on my mobile device. Please assist, thank you.
.x-entry-share {
margin: 0 0 1.313em;
border: 1px solid #f2f2f2;
border-left: 0;
border-right: 0;
padding: 10px 0;
line-height: 1;
text-align: center
}
.x-entry-share p {
margin: 8px 0 10px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase
}
.x-entry-share .x-share {
display: inline-block;
margin: 0 0.05em;
width: 45px;
height: 45px;
font-size: 24px;
line-height: 45px;
border-radius: 2px
}
.x-entry-share .x-share {
color: #ff2a13;
background-color: #ffffff
}
.x-entry-share .x-share:hover {
color: #fff;
background-color: #ff2a13
}