How to decrease the size of thumbnail in main sidebar and single post sidebar ?
My thumbnails are showing like this : http://imgur.com/Q7X1jbA
I want my thumnails to show up like this : http://imgur.com/SvL0mWL
Please help.
3 Answers
Hi Sandeep !
Please log in to Dashboard > Setting > Media, then add the thumbnail size. 110 – 110
See the screenshot:
Hope this helps !
Please update !
Hi Sandeep.
Your Account you provided did not work.
Please try this: Add following code to Dashboard > Appearance > customizer > General Settings > Custom wp_head:
<style>
#secondary .widget.latest-news .entry-thumbnail {
max-width: 80px;
border: 1px solid #ddd;
padding: 5px;
border-radius: 5px;
float: left;
margin: 0 10px 5px 0;
}
</style>
Hope this help.
Thank you so much Wilfred ! This is what i wanted. Worked like charm 😀 .
Please login or Register to submit your answer
replied 11 years ago
Problem not resolved :-\