Sandeep Singh
asked 10 years ago

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.

Sandeep Singh
replied 10 years ago

Problem not resolved :-\

3 Answers
DominicStaff
answered 10 years ago

Hi Sandeep !
Please log in to Dashboard > Setting > Media, then add the thumbnail size. 110 – 110
See the screenshot:
Hope this helps !

Sandeep Singh
answered 10 years ago

Please update !

Wilfred
answered 10 years ago

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.

Sandeep Singh
replied 10 years ago

Thank you so much Wilfred ! This is what i wanted. Worked like charm 😀 .

Powered by DW Question & Answer Pro