Hello,
How can I double the image size of a blog style: single author small preview (set in enfold settings). Thnx
Greets Tim
Hi Tim!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to increase the size of the small preview image:
.small-preview {
width: 162px;
height: 162px;
line-height: 162px;
left: -45px;
}
.template-blog .blog-meta {
margin-right: 10px;
}
I hope that helps.
Regards,
Ismael
Thnx Ismael, did the job perfect!!
Greets Tim