Tagged: gallery, thumbnails
Hi,
How can I center the thumbnails at the middle (at the bottom of a gallery) please ?
Actually, the thumbnails are set with a float left (by default)
Thank you,
Omar
Hi omardualtime!
I don’t see an easy way of going about that unfortunately. If your only using one gallery in the page then you can try adding this to a codeblock element in the page content.
<style type = "text/css">
.avia-gallery-thumb {
left: 20%;
position: relative;
display: block;
}
</style>
Cheers!
Elliott
Ok it works thank you Elliott !
Omar