Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

strange white space

  • When I open the main page of the site on mobile, sometimes a white space is created. (image below)
    https://postimg.cc/hhvs56d8

  • 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.

  • 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

  • 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.

  • 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/HcFfYh5r

    But 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

  • I see. Thank you for clarifying. For reference, can you share the link to that specific post on your screenshot?

  • 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?

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.