Archived topic
Full width feature image
3 replies · Started by Kyle on November 11, 2020
Viewing posts 1–4 of 4
I'm trying to make my page feature image be full width from side to side without padding. What is the best way to go about doing that.
https://www.whereiskylemiller.com/ski-tours-near-mt-baker-resort
Hi there,
try adding this CSS:
.post-image-aligned-center .featured-image,
.post-image-aligned-center .featured-image img {
max-width: 100%;
width: 100%;
}
Perfect and easy. Thanks for all your help
You're welcome
This archived topic is closed to new replies.