Images throughout Newsy have a special style, a border with rounded edges a few pixels away from the image itself. If you’d like to remove that style, try adding this to your custom CSS:
img.aligncenter, img.alignleft, img.alignright, img.alignnone, .wp-caption img, div.gallery img, .entry-thumbnail img, .commentlist .avatar {
background: none;
border: none !important;
border-radius: 0;
box-shadow: none;
padding: 0;
}
In the widgets, it has the option for me to adjust the height and width, but after inputing these dimensions nothing ever changes on the blog.
Could you show me an example of a specific widget you’re trying to resize, and the dimensions you’re using? You should be able to resize widgets up to the maximum that can fix in each column – 195px in the left column, and 300px in the right.