Archived topic
Image full width on featured blog post
3 replies · Started by Vincent on September 23, 2021
Hi,
Trying to get the featured image on the featured blog post full width. I tried the mentioned solutions in the support forum. But none of them gave me the right solution. screencapture
Second question. Is it possible to get the blog posts on the front page equal (left row has now 5 posts and the right row has 4 posts)
Hi there,
1. the featured image you have is only 590px wide so its not large enough to fill the space. You can either:
a) Upload a larger image - the largest size to fill the space is 768px wide.
b) Add some CSS to force the image to fill the space:
.post-image img {
width: 100%;
}
2. Tricky - Tom provides a solution here to change the number of posts on the first page:
But you will also need to refer to the comments below on that topic regarding pagination:
1. Thanks, you pointed me out into the right direction. In the media settings the size of the images was set 590px.
2. And that did the job.
Glad to be of help