By danny ter Avest on Friday, 22 March 2019
Posted in General Issues
Replies 1
Likes 0
Views 418
Votes 0
Hi, how can I change the category images sizr on this page: http://new.wvhl.nl/alle-nieuws
Also I would like the category images shown on the left newitem instad om the map.
Hello Danny,

You need to apply css tweaks to style the image of the category avatar. Here's an example,

[gist]
#eb.mod_easybloglatestblogs .mod-avatar-sm > img {
width: 120px;
height: 120px;
}
[/gist]

As for your second question about the category images to be shown on the left, it seems like it is already showing up on the left as you can see it here, https://take.ms/SgNP2
·
Friday, 22 March 2019 22:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post