Hi @diannadk,
Can you post your site URL here, so I can take a look?
If you want that information to remain private, you can also contact us via this contact form:
https://jetpack.com/contact-support/?rel=support
Hi Gemma
I have found a solution to my problem. Here is my css code if others have the same problem.
`.jetpack-display-remote-posts img {
width: 75px !important;
height: 75px !important;
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 50% 50% 50% 50%;
padding: 4px;
float:left;
margin-right: 5px;
}
.jetpack-display-remote-posts-widget ul li img {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 50% 50% 50% 50%;
padding: 4px;
}
Thanks for sharing @diannadk!