Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Show blog with big images left, text right’ is closed to new replies.
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!