Hi,
I’ve been asked to help create a new front page for an existing blog and I cannot identify how I can work with the blog post shortcode. I have a 2/3 column containing the blog section and a 1/3 with static links. I’d like to make the .big-preview image above each post MUCH smaller. I’ve tried using the different settings in the layout builder, but the right hand column always aligns left. Is it possible to keep the column width the same, but reduce the enormous images? I understand this is not an out-of-the-box feature, but I’m certain it can’t be out of the question! :)
Site test page: http://www.claudiawallin.com.br/test-homepage/
Thanks!
Greg
Hi esmatta!
Thank you for using Enfold.
You can use this selector on the Quick CSS field to modify the featured image:
.avia-content-slider .slide-image img {
width: 100px;
}
Cheers!
Ismael
Many thanks Ismael. Unfortunately I couldn’t see any effect when I added your css to the Quick CSS box. Refreshed, re-cached etc. I managed to get something close to the layout I needed by using the grid option set to 1 column. I just need to see if I can move the title and entry text to the right of the post image now. Thank again!