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 Image Problem

  • Hi,

    on my site: grandcollector.com the site is using a magazine grid. The first image looks fine on the desktop and iPad. However, the image looks big in width in mobile view.

    How can I fix this?

    Thanks

  • Hi there,

    try adding this CSS to your site:

    @media(max-width: 768px) {
        .wpsp-grid article:first-child .wp-show-posts-image a img {
            height: auto;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.