• Resolved tuunup

    (@tuunup)


    Hi, on my very latest post (www.tuunup.com), I uploaded images and for some reason some of them come with a very light gray border. I noticed this unwanted border after resizing the images. Now, some of the images have the gray border and some don’t. Can someone show me how to remove the unwanted border? Thanks.

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    the images with the border have some alignment (left, right, center) which you select when you enter the images in the editor:

    this is the style from master.css (quite towards the end) of your theme:
    .entry img.alignleft, .entry img.alignright, .entry img.aligncenter { border: 2px solid #eee; }

    if you don’t want borders, edit this and change it to ‘border: none;’

    the images without border have the class .alignnone

Viewing 1 replies (of 1 total)
  • The topic ‘Unwanted border’ is closed to new replies.