Archived topic
How to get full width featured image in blog posts?
5 replies · Started by Heath on September 27, 2020
I want to be able to get a full width festured image in the blog posts but have been unable to achieve it on my site. I do use a sidebar and wonder if that has anything to do with it. I mainly want the fukk width to show on mobile.
Hi Heath,
Can you link us to the site in question? To get a closer look on what's currently being worked on.
You can provide the details on the Private Information text box.
I've included the site in the private information.
Set the featured image location to above content for posts:
https://docs.generatepress.com/article/adjusting-the-featured-images/
Then use this CSS:
.page-header-image-single.grid-container {
max-width: 100%;
}
This worked. Thank you.
No problem :)