Tagged: featured image
Hi, I am trying to play around with the layout of my blog and would like the feature image to be at the top but not as big as with the setting (with large image) and I also don’t want them to be cut off like they are doing now. How can I set this up to be the size I want? Right now I am setting my featured images to be 495×400, because i like the way it looks on the main grid page.
Hey HighFiveEvents,
What Blog Styling and Blog Layout are you using?
Best regards,
Nikko
I am using business and single post with small preview.
I would like the layout of big preview but dont like how large the image is
Hi HighFiveEvent,
Try to use single author, big preview pic, then go to Enfold > General Styling > Quick CSS, then add this CSS code:
.blog .big-preview.single-big {
max-width: 495px;
margin: 0 auto;
}
Best regards,
Nikko