ronaldb73
Member
Posted 3 years ago #
How can I make sure there is a little whitespace between images and text in my blog. At the moment the text starts directly next to the image, but I want a little space in between. Ofcourse I can add a border to every image, but what can I change in the css to make this happen automatically?
Thanks!
bobbykjack
Member
Posted 3 years ago #
Try margin, e.g.
img { margin: 1em; }
or
img { margin-right: 1em; } /* etc. */
This is really more of a CSS question than a WordPress one, though!
expatria
Member
Posted 2 years ago #
I use the free Faststone Image Viewer to resize images and to place a 10 px border around the resized images