Archived topic
Want to change the size of my recente message icon
6 replies · Started by Niels on May 24, 2020
best,
i used the plugin: Recent Posts Widget With Thumbnails. I have a featured image were the size is good on the blog. but the size of the icon is to big. Is it possible to change the size of the icon at my recent message widget. Or do i need to put the icon in an circle instead of having it in a square? ( and how can i put the icon in a circle at my recente message post widget?)
Thanks a lot already!
Hi there,
Have you resolved this?
The topic is marked as resolved.
No isn't resolved.
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
My website isn't online yet, so i can't link you to there.
but a website who's has what i want is: http://www.onlinerijkdomspecialist.nl
he has on the right side at his recent posts nice icon's in circle's. this is what i also want. but when i do that at my website, the icon's aren't the same size. There is like 1 who's very big and the other is very small. i want them all in the same size.
https://generatepress.com/site-library/
i would like to have the icon's like this website. on the right side. clean, small, and in a block or circle.
Thanks already for youre help and time.
Hi there,
this question should be for the author of the Recent Posts Plugin.
However... are you using this plugin?
https://en-gb.wordpress.org/plugins/recent-posts-widget-with-thumbnails/
If so.
1. You can change the size of Post thumbnail ( icon ) in the Widget settings.
2. To make the image round, add this CSS:
.rpwwt-widget ul li img {
border-radius: 100%;
}