Site logo

Archived topic

Mobile view, why possible to move screen to right side

3 replies · Started by Atefan on December 16, 2022

Viewing posts 1–4 of 4

Hello,
I just notice on one website, that on my mobile, I still can move the page to the right.
but it should be unmovable, as I see on my other websites, just this one.
Any idea what is wrong here?
Thank you

Hi there,

i only see the issue where the social links are present towards the foot of the page, and its that content that is overflowing the container. Might be worth raising the issue with the plugin developer.

In the meantime, add this CSS to stop it overflowing:


.wpsso-rrssb-content {
    max-width: 100vw;
    overflow: hidden;
}

Dear David, thanks I will ask, funny is, this plugin is on all sites, but only this one get's out.
Thanks

Glad to be of help

This archived topic is closed to new replies.