extra white space on mobile size

  • Posted in : idfolio
  • alma
    Participant

    Hello,
    When I open my portfolio on my phone, I see extra white space on the right side of the pages. How can I remove this extra white space and make the layout fit the screen?
    Thank you very much in advance.

    serkan
    Moderator

    Hi,

    Thank you for reaching out.

    The extra white space on the right side in mobile view is usually caused by an element on the page that is wider than the screen. Common causes include:

    – A row or section in Elementor with content wider than the viewport
    – An image or video without responsive sizing
    – A custom CSS rule with a fixed width or negative margin

    To help us identify the exact cause, could you please share:
    1. Your site URL
    2. A screenshot showing the issue on mobile

    In the meantime, you can try adding this custom CSS to see if it resolves the issue:
    Go to Appearance → Customize → Additional CSS and add:

    html, body {
        overflow-x: hidden;
    }

    This will hide the horizontal overflow, but please note this is a quick workaround — we’d still like to find and fix the root cause.

    Best regards,
    Serkan

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register