Comments Ashley started the conversationMay 28, 2015 at 9:06pmI cant seem to resize the pictures that I have posted in my recent articles. Any help? 240Elena repliedMay 29, 2015 at 1:07pmGo to Appearance - Theme Options - Extras - Custom Code - CSS code and paste this: .blog-list ul li img, .single .post-pic img { width: auto; max-width: 100%; } Sign in to reply ...
I cant seem to resize the pictures that I have posted in my recent articles. Any help?
Go to Appearance - Theme Options - Extras - Custom Code - CSS code and paste this:
.blog-list ul li img, .single .post-pic img {
width: auto; max-width: 100%;
}