Is there any way to get the images on this page:
http://www.davesjoinery.com/services/pressed-tin-paneled-doors/
to be all the same size like they are on this page?
http://www.davesjoinery.com/services/wooden-toy-pretend-farm-board/
Thanks….
Hi dlannetts!
It looks like your using the WordPress default gallery there. Try dragging a codeblock element to your page content and add this inside.
<style type = "text/css">
.avia-gallery img {
max-height: 110px;
}
</style>
Regards,
Elliott
Fixed thanks!