Adjusting the size of the thumbnails on Sidebar Widget

Hi,

This is my website: www.resistthemundane.com
On my sidebar, at the bottom, is a widget for MY MOST POPULAR POSTS. Is it possible to adjust the size of the thumbnails so they’re slightly larger?

Thanks,
Patti

hey there

Please add this CSS in appearance - customize - additional CSS

.widgets-list-layout .widgets-list-layout-blavatar {
width: 60px !important;
max-width: 60px;
height: 60px;
}

Thanks!
Colorlib Support Team