• Hello,
    When I go to the website on the mobile version, on the “Productos y servicios” page, the screen scrolls to the right and a blank area appears. How can I correct this?
    Can you help me please? Thank you so much

    • This topic was modified 4 months, 3 weeks ago by mairaaboleda.

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

Viewing 1 replies (of 1 total)
  • Hi @mairaaboleda,

    I checked your page, and the issue doesn’t occur on my screen.

    If you still experiencing the issue, try fixing it with this simple CSS code:

    body,
    html {
    overflow-x: hidden;
    }

    Add it to your site through Appearance menu > Customize > Additional CSS from dashboard.

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