By Bas Tolenaar on Thursday, 07 December 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 615
Votes 0
Hi,

Please see the attachment for the problem.

Kind regards,

Bas
Hi Bas,

I am sorry, but unfortunately, that's not possible to apply CSS to the specific image, you can only globally update the images styles. You can try either one to match your blog images.

[gist type="php"]
#eb .eb-blog-grid-image {
background-position: top center;
}
[/gist]
or
[gist type="php"]
#eb .eb-blog-grid-image {
background-size: contain;
background-color: #dedede;
}
[/gist]
·
Thursday, 07 December 2017 10:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post