Is it possible to increase the size of the gallery thumbs proportionally?
Also, how do I disable the the first thumbs focus? It’s bigger than the other frames.
Hey crewneck!
It looks like you already have CSS inside your page which is changing the width.
<style type="text/css">#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a{width:25%;}</style>
I’m not sure what you mean by your second question. They are all displaying the same size to me so I’ll assume you got this sorted.
Cheers!
Elliott
Thanks Elliot! I managed to sort it out on my own.