On my blog page, http://jonnyfreesh.com/blog/ all of the preview images stretch to 710 in width. I am using the dummy content blog page and have added a couple posts.
However, when I create a new page and then call up one category of blog posts using the layout builder then the images only stretch to 660 in width. I noticed that on the Blog Single Author Big page on your demo site the same thing happens.
I have played around with the settings inside the “blog posts” content element to choose the size of the preview image manually, but no luck. I am using an image with 710 width as the preview image, but using both “No Scaling” and “Entry with Sidebar (710×270)” the preview image still shows up as 660 in width.
Please let me know how I can fix this.
Thanks
Jonny
Sorry forgot to post the link to the page where the issue is occurring. Like i said, the images stretch properly on the blog page. Here is an example of a page where I’ve set it up to call up blog posts from only a certain category and the images only stretch to 660.
Hi!
You can add this on your custom.css or Quick CSS:
.big-preview.single-big {
padding: 0;
margin-bottom: 10px;
}
Cheers!
Ismael
Thanks that worked :)