Archived topic
How to manage feature image width on article page for broadcast theme ?
3 replies · Started by Morgan on June 22, 2021
Viewing posts 1–4 of 4
Hi,
I would like the same result as https://gpsites.co/broadcast/?p=37
But my featured image are automatically limited, and it's ugly.
Look at the link given
Hi there,
you need to remove this CSS from your child theme styles.css:
body.single .featured-image img {
width: 400px;
height: auto;
}
It works :) Thanks
I forgot i set this child theme but for another website.
Glad to be of help
This archived topic is closed to new replies.