Hi,
Is it possible to increase the size of the thumbnails in the easy slider setup window. Currently they are 80x80px and a little small for me to see when trying to re-order multiple images that look similar. I would like to set the thumbs to 150px.
Thanks,
Mike
Hey mikeprime,
Kindly go to wp-content\themes\enfold\config-templatebuilder\avia-template-builder\assets\css\avia-media.css then edit the file and find this line of code (line 284):
.avia-modal-group-element-inner .avia_slideshow_image{width:40px; height:40px; display:block; float:left; margin-right:10px; border:1px solid #e1e1e1; background: #fff url(../../images/placeholder-image.png) center center no-repeat;}
Replace it with:
.avia-modal-group-element-inner .avia_slideshow_image{width:80px; height:80px; display:block; float:left; margin-right:10px; border:1px solid #e1e1e1; background: #fff url(../../images/placeholder-image.png) center center no-repeat;}
Save it and when you refresh the page, press ctrl + f5 so it would fetch the new css and that should make the image size twice as big. Hope this helps.
Best regards,
Nikko
Thank You Nikko – worked great, now I don’t have squint – lol!
Mike
Hi Mike,
Glad we could help. I got a magnifying glass so I don’t need to squint XD. Thanks for using Enfold :)
Best regards,
Nikko