[Resolved] mobile width issue

Home Forums Support [Resolved] mobile width issue

Home Forums Support mobile width issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1350401
    gedosan

    Hi Guys

    Something a bit weird with mobile – if you press down on the screen you can move the page left and right. I’ve checked this on other sites and you can’t do this. Also checked other phone types so it’s not just my iphone x. Assuming it’s a width setting somewhere, but can’t for the life of me find it.

    Thanks!
    Ged

    #1350484
    David
    Staff
    Customer Support

    Hi there,

    can you disable your cache plugin so i can take a look at where the issue is ?

    #1351506
    gedosan

    That’s disabled now, thanks

    #1351912
    David
    Staff
    Customer Support

    I am not able to find what element is creating the unintended overflow.
    Even this CSS which is the general patch to correct it doesn’t work:

    html, body { 
        overflow-x: hidden;
    }

    But there are is a lot of Javascript related to different adverts that are all manipulating the DOM – any of which could be causing the issue. There are also a lot of JS related errors in the console.

    You should resolve the JS errors and then try disabling some of the adverts temporarily to see if any of them are affecting the layout.

    #1354530
    gedosan

    ok thanks

    #1354750
    David
    Staff
    Customer Support

    You’re welcome

    #1354938
    David
    Staff
    Customer Support

    Just took another look….

    Try this CSS:

    @media (max-width: 768px) {
        .pt-cv-colsys {
            margin-left: 0 !important;
            margin-right: 0 !important;
            max-width: 100% !important;
        }
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.