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.

Desktop Homepage Editing Issue

  • Hi,

    I seem to have run into a problem with a query block grid item on my homepage on desktop. For some reason the last post container seems to have blown up and gone full size when I view it on my site. It looks ok in the editor. Not sure what’s going on here.

  • Hi there,

    my mistake from your other topic, this CSS:

    
    .has-no-underline > .gb-grid-column:last-child {
        min-width: max-content;
    }
    

    Change it to this:

    
    @media(max-width: 768px) {
        .image-max-content > .gb-grid-column:last-child {
            min-width: max-content;
        }
    }
    
  • ok, thank you that fixed it. I was going to mention it in the other thread, but wasn’t 100% sure if it was related to that code. Thank you anyway, it looks good now!

  • You’re welcome

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