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.

Background overflowing

  • Hello, I cant contain the background on these containers. I’ve exhausted everything I think would make sense to fix it. On the desktop it looks ok, but on the phone itself, the white background overflows the image. Can you help me figure it out?

    https://postimg.cc/cKRCkDh8

  • Hi there,

    Try adding this through Appearance > Customize > Additional CSS:

    
    @media (max-width: 768px){
    .gb-grid-wrapper.gb-grid-wrapper-e3333bce .wp-block-latest-posts__featured-image img{
        max-width: unset !important;
        max-height: unset !important;
    }
    }

    The alternative would be to use a Query Loop Block and GB Image Blocks for that section.

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