-
7karimi
When I open the main page of the site on mobile, sometimes a white space is created. (image below)
https://postimg.cc/hhvs56d8 -
Fernando
Hi 7karimi,
You have multiple Blocks set to Full width/align wide. These settings from WordPress are a bit wonky. They are causing the issue. Example of the setting that’s causing the issue: https://share.getcloudapp.com/4guXZ6B6
What I would recommend is to set the page to full width instead through the Page settings. Reference: https://docs.generatepress.com/article/content-container/
Then, install GenerateBlocks Plugin, and build your site’s Content through that. Reference: https://wordpress.org/plugins/generateblocks/
This is the most optimal way design-wise and performance-wise put into consideration.
-
7karimi
When I open the site using Inspect Chrome, part of the corner of the site is not shown and I have to zoom to see the full page. I guess it depends on this problem.
problematic link: https://postimg.cc/JsqVNKwF
solved by zoom: https://postimg.cc/HcFfYh5r -
Fernando
That wouldn’t work. If you drag the screen to the right, you should still see the space there. If it doesn’t appear, on real devices it will.
Try to remove the full width setting I mentioned for all Blocks that have this setting. That should resolve the issue.
An easy fix would that you can add through Appearance > Customize > Additional CSS would be this code:
.alignwide { width: 100% !important; margin-left: auto !important; margin-right: auto !important; }The more ideal solution would be the one I mentioned in my first reply though.
-
7karimi
I fixed that problem, but the second problem still remains:
When I open the site using Inspect Chrome, part of the corner of the site is not shown and I have to zoom to see the full page. I guess it depends on this problem.
problematic link: https://postimg.cc/JsqVNKwF
solved by zoom: https://postimg.cc/HcFfYh5rBut there is no problem on the mobile when I check it myself, and there is no problem with Inspect Firefox, only it has a problem on Chrome
-
Fernando
I see. Thank you for clarifying. For reference, can you share the link to that specific post on your screenshot?
-
7karimi
-
Fernando
I see. I can’t replicate the issue from my end on and browser. Can you try clearing browser cache? If that doesn’t work, can you try viewing it from a different device to test?
- You must be logged in to reply to this topic.