please see the link in private content.
the client does not wish to have the featured images as large as they are – is there any way to control this? i tried clicking on “image” “gallery” and so on, but it’s still large. thanks for your help!
Hi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .big-preview img {
width: auto;
margin: auto;
}
Regards,
Yigit
thank you, yigit! that worked perfectly! awesome!!!