Here is my site and i wish to make the album thumbs square 400x400 px and 3 per row some how not being able to set it through the admin theme option ..
I think i am looking to change index.php but there also I did not found how to make the album thumbnail look square and enlarged.
www.mitalpatel.in is my website i am making right now
This may get you started:
In index.php change
`
`
to
`
`
In /js/libratus_zp.js change
$('.gallery-thumbs-large').justifiedGallery({ rowHeight : 180, maxRowHeight : 200, lastRow : 'nojustify', cssAnimation : true, margins : 20 });
to
$('.gallery-thumbs-large').justifiedGallery({ rowHeight : 400, maxRowHeight : 400, lastRow : 'nojustify', cssAnimation : true, margins : 20 });
And in the theme option Custom CSS enter:
.jg-entry.entry-visible { max-width: 400px; }
Btw, the website in your user profile appears to be hacked.
Better remove or change that.