Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #754396

    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

    #757267

    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

    #757370

    Thank You Nikko – worked great, now I don’t have squint – lol!

    Mike

    #757379

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.