On my homepage, I have a section called FROM THE BLOG which automatically pulls in the latest blog entry.
The layout is good but the image is a bit tall. How do I decrease the height of that image? The wide is fine. I just need to decrease the heigh by about 100 px
Thanks
Hey navindesigns!
Thank you for using Enfold.
Edit the blog post element, look for the Preview Image Size settings. Set it to manual then select the thumbnail size.
Best regards,
Ismael
I did not see any options for manual so I went ahead and set it to “SET THE PREVIEW IMAGE AUTOMATICALLY BASED ON COLUMN OR LAYOUT WIDTH”
This works fine but now the text on the right it touching the image on the left (I belive I used a quick css code earlier on this blocks so I am not sure what do now)
Screenshot of it touching the image
https://s31.postimg.org/q4gfumbor/Screen_Shot_2016_06_25_at_9_57_50_AM.png
Screenshots of theh preview image size that I selected
https://s31.postimg.org/mupm58t63/Screen_Shot_2016_06_25_at_9_53_19_AM.png
https://s31.postimg.org/6vh2g4k3v/Screen_Shot_2016_06_25_at_9_54_35_AM.png
Thanks
Hi,
I did not see any options for manual
Did you select the second option of the Preview Image Size settings? That is the “manual” thumbnail selection. Add this in the Quick CSS field in order to create a gap between the image and the content:
.slide-content {
margin-left: 20px;
}
Best regards,
Ismael
Yes but there is not manual thumbnail size in the dropdown
screenshot – https://s31.postimg.org/n9qveytyz/Screen_Shot_2016_06_29_at_9_45_59_AM.png