• Resolved eugenien

    (@eugenien)


    Hello,

    I’m trying to get the full “featured images” to show up on the Category and Tag pages instead of a portion as it is now showing…is there a code I can input to specify 100% width and maybe a height to make it show in full view? Please help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jahid

    (@jahidhasan018)

    Hi @eugenien try this custom code.

    .wp-block-post-featured-image img {
        height: auto !important;
    }

    You can add this CSS code using the?WPCode?plugin or any other method you prefer.

    Let me know if this helps.
    Best regards,
    Jahid

    Thread Starter eugenien

    (@eugenien)

    OMG! Thank you so much Jahid! The images are perfect, but now there is a huge space below the images, between the image and the post Title/Excerpt. Is there a code I can input to fix that?

    Jahid

    (@jahidhasan018)

    Hi @eugenien, I’m sorry for the oversight and I should have included this initially. Here is the CSS code that will fix the issue:

    .wp-block-post-featured-image {
        aspect-ratio: auto !important;
    }

    Please make sure to clear your browser cache or reload the page by pressing Ctrl + Shift + R on your keyboard.
    Hope this helps!

    Thread Starter eugenien

    (@eugenien)

    Jahid, you the man<<< Thanks a million man!!!

    I guess we can go ahead and close this thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make WordPress Category Images Show Fully 100%’ is closed to new replies.