I have a client who wants the avia gallery thumbs centered below the big image. While I’m against it, I have agreed to investigate the feasibility
Hey randoloid!
Thank you for using the theme!
Yes, that is possible. Please add this on Quick CSS or custom.css:
div.avia-gallery-thumb a {
float: none !important;
display: inline-block !important;
position: relative;
}
div.avia-gallery-thumb {
text-align: center;
position: relative;
width: 100%;
}
Cheers!
Ismael
That worked perfectly, I was on the right path but this was certainly easier than trial and error.
Thanks so much for building (and supporting) an incredible theme!
cheers!
randoloid