• Resolved mayankjoshi

    (@mayankjoshi)


    Today I opened my website and gone on my equipment category.
    And found that a featured image in one of my blog is appearing weird from usual.
    Any kind of help would be appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    “Weird” in that the aspect ratio is wrong (image squashed or stretched), right? Your theme’s CSS is forcing the image to fit its container instead of letting the browser work out the display. Try adding this rule to the Additional CSS panel of the customizer:

    .card .card-image img {
        height: auto; /* was 100% */
    }
    Thread Starter mayankjoshi

    (@mayankjoshi)

    Thank You Sir,
    It has solved the problem but it has caused another issue.
    In the featured post there is white.
    Check it out.

    Thread Starter mayankjoshi

    (@mayankjoshi)

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘my featured image is appearing very weird from usual’ is closed to new replies.