[Resolved] Wiggle/Elastic left and right scroll esp IOS

Home Forums Support [Resolved] Wiggle/Elastic left and right scroll esp IOS

Home Forums Support Wiggle/Elastic left and right scroll esp IOS

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #704512
    franzescodesign

    Hi GP team! I’ve been a huge GP+GPP user ever since and I’m using your theme to my clients as well. The thing is, my current client noticed the wiggling movement and I thought that it was normal because I’m not using any theme aside from GP so I think it’s normal. I compared GP official site to OceanWP and I got what he’s pointing on the wiggle issue. I did include some CSS to prevent the left and right scroll but it didn’t work out.

    Is this one of the features of GP theme? I hope to hear from you soon so I can come up with the right solution to his site that I’m building. Thank you!!

    #704516
    Leo
    Staff
    Customer Support

    Hi there,

    Not quite sure what you mean by “wiggling” issue?

    Like a horizontal scrollbar on mobile?

    If so it’s likely that an element is wider than the screen.

    I see you are using Elementor heavily. Does it happen on a simple GP page?

    #704525
    franzescodesign

    Here’s the draft blog post/page using an Elementor’s template: https://resumezilla.franzescolastico.com/write-killer-resume-lands-interview/ and here’s the other one without the template: https://rsz.franzescolastico.com/write-killer-resume-lands-interview/

    I managed to remove the horizontal scrollbar by having an overflow hidden CSS and body 100% width and checked everything but the site is still moving left and right when you scroll it diagonally.

    #704528
    Leo
    Staff
    Customer Support

    I checked both links using my iPhone 6s and looks like it’s only happening on the page with Elementor.

    #704529
    franzescodesign

    Oh πŸ™ what do you think is the exact problem?

    #704534
    Leo
    Staff
    Customer Support

    I’m not familiar with Elementor so I’m not sure.

    Best to check with their support πŸ™‚

    #704539
    franzescodesign

    Okay, Leo. And just wanna clarify, I use these codes:

    .alignright {
    float: right;
    margin: 0 -165px 0 0;
    padding: 20px;
    }

    .alignleft {
    float: left;
    margin: 0 0 0 -165px;
    padding: 20px;
    }


    @media
    (max-width: 768px) {
    .alignright {
    margin: 0 0 0 0;
    padding: 20px;
    }
    .alignleft {
    margin: 0 0 0 0;
    padding: 20px;
    }
    }

    on his blog posts, will that be an issue?

    #704541
    Leo
    Staff
    Customer Support

    Possible.

    You can always test by commenting out or temporarily removing the code.

    #704543
    franzescodesign

    Got it! Glad that it’s not a GP issue πŸ˜€ Thanks!

    #704545
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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