How can i change size of these thumbs to 52x52
How can i change size of these thumbs to 52x52
.ow_lp_photos .ow_lp_wrapper {width: 95px;height: 95px;}
in the theme customizer here: www.site.com/admin/theme/css
then go to index_photo_list.html and change the values of width and height accordingly
.ow_photo_item_widget {
width: 72px;
height: 72px;
If your changes are not applied. Enable dev mode and refresh the page.