Half screen blank

So I was playing around with responsive and when I checked what it looks on my phone i was shocked. Basically i can zoom out and site I made would stay on the left side of the screen and on the right side is blank. Here is screenshot. Any help please!

Hey Ognjen, it sounds like you’re experiencing an issue with viewport width and overflow on your Webflow website. When a site allows users to zoom out and see whitespace on one side, it’s typically because of one or a combination of the following reasons:

  1. Viewport Settings: Ensure you have set the viewport meta tag appropriately. This is usually set by default in Webflow, but it’s good to double-check.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
  1. Overflow: One of your elements may be extending outside the natural boundaries of the body due to fixed widths, margins, or other styles. This will cause horizontal scrolling and the behavior you described.
  • Check any fixed width elements (like images or containers) to make sure they aren’t too wide for mobile views.
  • Use Webflow’s style panel and check for any elements with a style setting that might cause it to overflow (e.g., fixed or absolute positioning, large fixed widths, negative margins).
  • Set the Overflow property of your site’s main containers (or the body) to Hidden to prevent any unwanted horizontal scrolling. However, this is a “band-aid” solution, and it’s better to address the root of the problem.
  1. Media Queries: Ensure that your styles are correctly set up for various device sizes. Use Webflow’s built-in responsive views to preview and adjust styles for different breakpoints.
  2. Embedded Content: If you’ve embedded any third-party content (like widgets, iframes, etc.), ensure they are responsive or have a maximum width set for mobile views.
  3. Flexbox or Grid Settings: If you’re using Flexbox or CSS Grid, ensure that child elements aren’t expanding beyond their container’s boundaries on smaller screens.
  4. Debugging: This method can be a bit time-consuming but can help narrow down the issue.
  • Temporarily hide sections of your site and preview it on mobile.
  • If the issue disappears after hiding a particular section, then you’ve found the problematic area.
  • You can then dive deeper into that section to find the specific element causing the overflow.
  1. External Scripts: Sometimes third-party scripts or plugins might be causing the layout to break. If you’ve added any custom code or scripts, consider temporarily removing them to see if they might be the culprit.

Once you’ve identified and fixed the issue in Webflow, always remember to publish your changes and then clear your mobile browser’s cache or use a private/incognito window to see the updates.

Let me know if that worked!

“I really don’t know how to thank you. I know it might not have been a big deal for someone, but for someone like me, a beginner, to have someone take the time to explain everything in detail, that deserves a lot of respect. The problem was solved in just 15 minutes. I’m attaching my portfolio, which is actually my first website that I’m working on. It’s not finished yet, as I still need to add future projects,calendly etc. , but I’m interested in your honest opinion. Any comment, positive or negative, would be greatly appreciated. Also, please let me know which device you used to access it. Thank you. The best community ever!”

https://ognjen-markovics-dapper-site.webflow.io/