Hi,
I would like to resize thumbnails from recent posts on widget, on the blog page and single-page, could someone help me?
*Link in private.
Hey paulohenrique,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.news-thumb {
width: 70px;
height: 70px;
}
.news-thumb img {
width: 60px;
height: 60px;
}
If you need further assistance please let us know.
Best regards,
Victoria