Slavophile
Member
Posted 6 years ago #
I am using the
BeeVon 101 1.1 theme and for some reason the spacing around images isn't working properly (no matter what values I enter for the image properties). Likewise, borders around images aren't working either.
example: slavophile.com
I'm assuming this is a problem with the theme. Any help on how I can go about fixing this is greatly appreciated!
The images look fine to me. Which ones were you referring to?
Slavophile
Member
Posted 6 years ago #
Images embedded in post content.
Now I guess it is a Firefox issue. They look fine in IE, but in Firefox the text begins right at the edge of the image...
rudolf45
Member
Posted 6 years ago #
Hmmm... you have in your stylesheet this:
IMG.right {
FLOAT: right; MARGIN: 10px 0px 0px 10px
}
IMG.left {
FLOAT: left; MARGIN: 0px 10px 10px 0px
}
So, why don't you just add a "right" or "left" class to you images???