Hello,
Is it possible to resize the blog image sizes to 150×150?
Thanks!
Hi alvinhy!
It seems like you have already figured it out. Please add following code to Quick CSS as well to center the timeline
.multi-big .post_author_timeline, .single-small .post_author_timeline { left: 75px; }
Cheers!
Yigit
I did not even notice that timeline! Thanks for the add. works perfectly.
The CSS for the thumbnail size
.small-preview{ width:150px; height:150px;}
for those who wish to do the same.