Social Media share post buttons not working on mobile devices

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
}

Hey @johnpromotes,

I checked a post in both of your websites and I don’t see an Entry Share setup; Would you mind providing the exact URL where the issue you described is happening?

Thanks?

Hey Christian,

thanks for getting back to me. https://uveblog.nyc/hot-ones-hot-questions-and-hottest-wings/
scroll to the bottom of the page, you will see the ‘Share this Post’ buttons in red, towards the bottom of the page.

As mentioned, works great on pc, but not on mobile.

Making sure I tagged you in reply… please see above.

Hi @johnpromotes,

The Entry Share on your site actually works.

Please clarify how we can replicate the issue, and let us know what device and browser do you having the issue, try to clear your browser’s cache.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.