forums › forums › Circle Flip Support › Gallery Layout 3 › Reply To: Gallery Layout 3
September 3, 2014 at 4:59 pm
#1866
Hey TC,
You can set it to a maximum of 150px
Add the following to the Custom CSS Section found at Theme Options >> General Settings >> Advanced
.galleryStyle3 li{
width: 150px ! important;
height: 150px ! important;
}
.galleryStyle3 .galleryCont:hover .zoomRecent{
margin-left: 60px ! important;
}
Cheers.