I’ve set the blog articles to show text to the right, small image to the left. How can I best set that picture bigger?
Hey elvirais,
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
.small-preview {
width: 150px;
height: 150px;
}
If you need further assistance please let us know.
Best regards,
Victoria
That works fine, thanks!