Okay
  Public Ticket #445486
Image Resizing...
Closed

Comments

  • Ashley started the conversation

    I cant seem to resize the pictures that I have posted in my recent articles. Any help?

  •  234
    Elena replied

    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%;

    }