For the life of me, I cannot get the images within a column to be roughly the same dimensions…
For example, on the following two pages, I have an image alongside the course outline text, in a 1/2 column. They are different sizes on the following two pages, and I can’t work out how to make them more uniform. (I would like the image on the In Pinn page to be roughly the same size as the one on the Guide Ben Nevis page)
http://www.westcoast-mountainguides.co.uk/courses/guide-in-pinn/
http://www.westcoast-mountainguides.co.uk/courses/climb-ben-nevis-winter/
I hope I’ve explained myself clearly enough!
Hey kenwcmg,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-image-container-inner, .avia-image {
width:100%;
}
Best regards,
Vinay