Is there a way to center the thumbnail carousel under the gallery big preview image? Here is a test page I am attempting do this on. Notice the carousel is floating to the left:
http://avada-cafe.clendeningmedia.com/portfolio-item/372/
I can make this work if i set the images to the same number of columns, but that is not always an option. Such as if I set the columns to 4, and there are 4 images in the gallery, they will center just like in this page:
http://avada-cafe.clendeningmedia.com/portfolio-item/flank-steak/
Peace,
Michael
Hey Michael!
Try adding this code to the Quick CSS:
#top #wrap_all .avia-gallery-thumb {
text-align: center;
}
#top #wrap_all .avia-gallery-thumb a {
display: inline-block !important;
float: none !important;
}
Cheers!
Josue
That took care of it..good man!
Peace,
Michael
You are welcome Michael, glad to help :)
Regards,
Josue