Forums

Space around pictures (6 posts)

  1. deanosounds
    Member
    Posted 2 years ago #

    I'm using Theme 'Sirup' by 1000ff and can't seem to figure out how to get a little space around my pictures. Here is an example:
    http://www.culturesofsoul.com/2009/12/18/jazzman-records/

  2. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 2 years ago #

    Try putting this into your style.css

    img.alignleft {padding: 0 14px 14px 0}
    img.alignright {padding: 0 0 14px 14px}
  3. deanosounds
    Member
    Posted 2 years ago #

    is there anyway to add the space without adding a visible border? also some of the borders are different sizes. And some still didn't add space like this one

  4. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 2 years ago #

    The browser is putting in the border on images with a link, so you need to also add in another line remove the border

    a img {border: none;}
    img.alignleft {padding: 0 14px 14px 0}
    img.alignright {padding: 0 0 14px 14px}
  5. deanosounds
    Member
    Posted 2 years ago #

    It worked! Thank you numeeja!

  6. deanosounds
    Member
    Posted 2 years ago #

    It adds a border to the frontpage. Also how do I make the picture not clickable?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags