Hello all…any quick CSS that would show the remainder of the image here http://mpssi.com/the-creatine-report/?
Hi mattmosman!
I don’t understand what you mean with “show the remainder of the image”. Do you want to increase the featured image size? if yes go with this in Quick CSS:
.single-post .single-small.with-slider .small-preview {
width: 250px;
height: 250px;
}
Play around with those number until you find what you need.
Regards,
Andy