• Resolved Anonymous User 15921485

    (@anonymized-15921485)


    Hi Team,

    i’ve recently notticed an issue with POSTS gutenberg module in NEVE.
    You can see that on knyszynska.pl and afryka.org/media pages.

    The issue is that posts feature images are not cropped/fited/scaled into one size… so that there are no same vertical lines of pictures and titles. See screen here: https://ibb.co/7RdPWvn and https://ibb.co/v4VkPnn

    Any chance to force scaling up/down of those images into one size?

    Thanks,
    Michal

    • This topic was modified 2 years ago by Anonymous User 15921485. Reason: title change
Viewing 2 replies - 1 through 2 (of 2 total)
  • luciamarinescu

    (@luciamarinescu)

    Hi @fotolandowski!

    For afryka.org/media it looks like the height of the images was previously set to 206px but it was being overwritten. Please add the code below in the Additional CSS section within the Customizer to fix that.

    @media(min-width: 769px) {
        .wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img {
            height: 206px !important;
        }
    }

    For knyszynska.pl, you can use the same code, but replace the height with 240px to better accommodate those images.

    Have a nice day!

    Thread Starter Anonymous User 15921485

    (@anonymized-15921485)

    OMG! thanks @luciamarinescu!!!
    Works like a charm! and again thank you SO MUCH for you great support!!!
    Marking case as closed.
    Cheers!
    m.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘POSTS module – feature images’ is closed to new replies.