• Hello, I updated the plugin to Version 3.2.3, and I’m using the grid layout.

    Now, it’s put too much spacing between the text and the thumbnails above it.

    I’ve cleared my cache as far as I know, and it’s still displaying it awkwardly.

    If you could pls take a look at let me know if there is anything I can do to fix this, it would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    @fassefnia

    Can you please tell me what your thumbnail settings are?

    If all your images are the same size, you could add this to the styles. It forces the height of the container to be the height of the image. Right now the plugin is pulling out the image which is rectangle but the height of the container being set is almost square

    
    .crp_related.crp-grid ul li a.crp_link {
      grid-template-rows: 89.75px auto;
    }
    
    Thread Starter fassefnia

    (@fassefnia)

    Thank you for your response.

    Here are my thumb settings:

    View post on imgur.com

    The CSS formatted the link nicely.

    It’s strange because this was working before the update.

    Nonetheless, my featured images are supposed to be rectangles. However, the thumbs settings are squared.

    Do I need to change any of the thumb settings?

    Plugin Author Ajay

    (@ajay)

    I cleaned up the way the featured images were pulled to use default WordPress functions and respecting the size names.

    For some reason I can’t see the image above. But, you should set the thumbnail width and height exactly as that of the featured image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unwanted Space Between Text and Thumbnail with Version 3.2.3’ is closed to new replies.