Archived topic
Image without text
20 replies · Started by okkarma on May 14, 2018
Great, thanks again for your time and efforts. I appreciate the personalized attention.
You're very welcome - glad we could help!
Sorry to return with an issue but the featured image won't stay stretched. I created a new header as was suggested and when I implement it, the content below stretches as well, this explains why the text was laying out that way, rather than it being a function of Beaver Builder. So I'm stumped again. I just want the featured image stretched, always, no matter what I do on the rest of the site. Is there another way to do this by chance without disturbing the other elements of the page?
Just to confirm - you want the featured image to be as wide as your browser, instead of contained?
Yes. Most themes I've used allow this easily.
Add this CSS:
.featured-image.grid-container {
max-width: 100%;
}