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.

Mobile view

  • Hi. A question about an article using blocks, where the mobile view looks a bit strange (squeezed paragraph-text).
    Image block is on top, but in portrait mode the paragraph below gets very narrow. How to avoid this/fix issue?

  • Hi there,

    try adding this CSS:

    @media(max-width: 600px) {
        .wp-block-image .alignright {
            float: none;
            margin: unset;
        }
    }
    
  • Hi. Did not make any difference, as far as I can see.

  • Cache issue, actually worked. Is this because of some css-issue on this specific site, or do I need to use this css-addition on all sites using generateblocks?

  • Hi there,

    I see. Glad David’s code worked. This issue is with the WordPress Image Block, not a GenerateBlocks Image Block. If you’re using a WordPress Image Block on the other sites and you’re encountering the same issue, using David’s code should help.

  • Ok. So when adding an image block, the user needs to make sure to make a Generatepress Image block, not a wordpress image block? How do they differ, what instructions should I give to the editors on site to make sure they select the right type?

  • Yes, using the Image Block from GenerateBlocks is more controllable.

    The logo of the GenerateBlocks Image is this: https://share.zight.com/2NuW5XAe

    It’s color blue. In comparison, the one from WordPress is black.

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