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!
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.
How can I specifically set a width & height?
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.
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?
Had to add overflow:hidden.. Thanks
Please login or Register to submit your answer