Support » WordPress Mobile App » Breakpoint issue for mobile

  • The page is movable from left to right when I view it on my mobile phone, creating a blank area on the right.

    1. I thought it was caused by the slider, and I have deactivated the plugin for the slider, which is Otter Blocks, but the problem still exists.

    2. Aslo, I checked I have viewpoint meta tag in my <head>

    <meta name="viewport" content="width=device-width, initial-scale=1">
    

    3. I added the code I used before to solve the page blank area, but it doesn’t work as well. My theme is Astra Child.

     body {
        overflow-x: hidden;
    }

    I am looking for an expert to help me with this. I’ve exhausted my entire collection of solutions – it’s like using all the lives in a video game and still facing the same boss!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Have you already solved this? Because I can’t reproduce it either on my desktop (with Firefox and Chrome) or on my mobile phone. There is never a horizontal scrollbar.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.