• Resolved Rh7783

    (@rhaitken)


    Hiya!

    Does anyone know why my text is overlaying the thumbnail images and how to solve this? (Not sure how to describe it, but you can see it here )

    I am using the Smart Magazine theme if that helps.

    Fairly new to WordPress so any help appreciated! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there Rh7783!
    It looks like your picture is too big, so you need to limit it with css.

    Try this in your custom css plugin or child theme stylesheet:

    .featured_image img {
        display: inline;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    Thread Starter Rh7783

    (@rhaitken)

    That worked perfectly, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Smart Magazine] Text overlaying thumbnail images’ is closed to new replies.