• Quick question. I’ve modified the box size to a square (311×311) for the post thumbnails that show up under menu and tags. The text and the hover box is scaled, but I want the background image to scale down to “cover” the area.

    Which line of CSS should I apply the “background-image: cover” to? I’ve tried a few lines but still nothing happened.

    Thank you very much!

Viewing 1 replies (of 1 total)
  • Thread Starter vagliofireplace

    (@vagliofireplace)

    I found the solution in case anyone else is interested.

    It’s under function.php.

    FROM:
    set_post_thumbnail_size(310, 420, true);
    TO:
    set_post_thumbnail_size(310, 310, true);

    I may have to do a child function when there’s update.

Viewing 1 replies (of 1 total)
  • The topic ‘Post Thumbnail Size’ is closed to new replies.