Andrew Kim
asked 10 years ago

Hello,
How would I change the size of the images on the sidebar from “DW Focus: Popular News” and “DW Focus: Recent News” widget? Currently too bulky for me. Thank you!

1 Answers
DominicStaff
answered 10 years ago

Hi Andrew,
At the moment, the Recent News and Popular News widgets have 3 image size options for you: Larger / Medium / Thumbnail under the “Choose an image size” section inside the widget. You can select size that you want to display.

Andrew Kim
replied 10 years ago

How can I specifically set a width & height?

Dominic Staff
replied 10 years ago

You can add the following code to the Editor CSS of the Jetpack plugin or style.css file:
.dw_focus_popular_posts .entry-thumbnail a { width: …; }
.widget.latest-news .entry-thumbnail > a { width: …; }
If you still face there issue, you can send me a screenshot for further checking.

Andrew Kim
replied 10 years ago

I need to specify a width and height, but without squeezing the photo. I just want the image cropped in a different size. Where can I edit the code to achieve this?

Andrew Kim
replied 10 years ago

Had to add overflow:hidden.. Thanks

Powered by DW Question & Answer Pro