Viewing 1 replies (of 1 total)
  • I think you should be able to fix this by adding the following line to your theme’s style.css file:
    img.alignleft {margin-right: 10px;}

    This will only affect the spacing on the right side. If you want to adjust spacing on the top/bottom/left as well, you can add this instead and adjust the numbers as needed. (The first number is top, second is right, third is bottom, and fourth is left.)
    img.alignleft {margin: 10px 10px 10px 10px;}

Viewing 1 replies (of 1 total)
  • The topic ‘Setting image margins’ is closed to new replies.