Hi,
As you can see here the image sizes vary http://howdoidate.com/relationship-advice/.
Why is this and how can I make them the same. I’ve tried plugin called simple image sizes but it bombs out after resizing about 100 images with 400 to go.
Thanks.
Hi derek62!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-content-slider .slide-image { height: 200px; }
It will set the height of images to 200px
Best regards,
Yigit
Hi Yigit,
Didn’t work. If you scroll through here http://howdoidate.com/relationship-advice/ you’ll see that’s so.
Hey!
Please add following code to Quick CSS as well
.avia-content-slider .slide-image img { height: 200px; }
Best regards,
Yigit
Hi Yigit,
That worked perfectly but looked better with 220px height. Thank you. I appreciate your excellent support!