Minimalism theme: no margin around the image
-
I’m putting together a blog using minimalism theme. I have inserted an image into the post, but there is no margin around the image. I adjusted the .css to this:
img.alignright {
padding: 4px;
margin: 10px 10px 2px 10px;
display: inline;
}img.alignleft {
padding: 4px;
margin: 10px 2px 10px 10px;
display: inline;
}But to no avail. Here is the URL of the blog:
thanks for your help with this.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minimalism theme: no margin around the image’ is closed to new replies.