This topic has 4 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
I’m displaying a special category of my blog without a standard sidebar (instead using a widgetized sidebar within the page). The styling for the featured image on blog posts seems to fall shy of the full width of the site. How do I get the featured image to extend to it’s full width?
Hello,
Please add this code in custom.css file:
.post-single img {
width: 100%;
}
How to create custom.css you can watch in this tutorial
Best regards,
Jack Richardson.
Worked perfectly, thanks!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Resize Default Featured Image on Blog Post’' has been successfully resolved, and the topic is now closed for further responses