Site logo

[Support request] Mobile view, why possible to move screen to right side

Home Forums Support [Support request] Mobile view, why possible to move screen to right side

Home Forums Support Mobile view, why possible to move screen to right side

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2463835
    Atefan

    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

    #2463939
    David
    Staff
    Customer Support

    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;
    }
    #2463978
    Atefan

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

    #2464004
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.