I cant find the right setting to make the height of images on the post slider all the same size.
Here is a screenshot of my issue, where the image on the left is too big.
http://www.htsfreeschool.co.uk/wp-content/uploads/2013/09/12345.jpg
Can anyone help ?
Hi Mike,
Try adding this code to the Quick CSS area in the Theme options page:
.slide-image, .image-overlay{
max-height: 185px;
}
Regards,
Josue
Perfect Josue…thank you very much !
Regards
Mike
ahh…actually, if you visit a single blog page and hover over the image, it takes on the quick css
Hi,
Please add following code to Quick CSS as well
.single-post .image-overlay { max-height: 100%; }
This should do it
Regards,
Yigit
Thats great !
Thanks Yigit for your help