Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks as tho the images already have a border declared on them inside of style.css:

    .art-article img, img.art-article, .art-block img, .art-footer img {
      margin: 10px 10px 10px 10px;
    }

    This will override the default, 10px margin:

    .art-article img {
      margin: 40px;
    }

    Thread Starter edmoran

    (@edmoran)

    I can no longer find the place to edit without editing code. There used to be a mennu choice under the image edit iccn. any idea where it might have gone?

    That image editor was deliberately removed from WordPress 3.9 as, ideally, this kind of formatting should be carried out by your theme. Try installing http://ww.wp.xz.cn/plugins/advanced-image-styles/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image editing’ is closed to new replies.