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

    Hi, as you can see on the URL provided that page allows scrolling to the left and right even though there is no content.

    How can I fix this issue?

    Thanks.

    #1057712

    Hey DROR,

    That seems to be related to Elementor. Please try adding following code to Quick CSS

    .elementor-section.elementor-section-stretched { width: 100%!important; }

    Best regards,
    Yigit

    #1057725

    Hi Yigit, that stretched it 100% so it still scrolls to the left and right and the content is now stretched full width. It seems that 100% is twice the actual width of the mobile screen.

    #1057728

    Hi!

    Please try using following code and check if that helps

    @media only screen and (max-width: 480px) {
    .elementor-section.elementor-section-stretched { overflow-x: hidden; }
    }

    As i mentioned above, this is related to Elementor

    Best regards,
    Yigit

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