Viewing 5 replies - 1 through 5 (of 5 total)
  • Rajan Vijayan

    (@rajanit2000)

    Hi Sue.,

    Add this lines on your chile theme style.css

    article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
      width: auto;
    }

    Rajan V

    Thread Starter suesuethomas

    (@suesuethomas)

    Thanks Rajan, that worked!At the moment the image is left-justified. What can I add to centre it? just the word ‘center’ ?

    Thanks
    Sue

    Rajan Vijayan

    (@rajanit2000)

    Update this code

    article.post .entry-header .entry-thumbnail img, article.page .entry-header .entry-thumbnail img {
      margin: 0 auto;
      width: auto;
    }
    Thread Starter suesuethomas

    (@suesuethomas)

    Brilliant! Thanks so much Rajan.

    Rajan Vijayan

    (@rajanit2000)

    You are welcome Sue 🙂

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured image displays too large (using Vantage theme)’ is closed to new replies.