no space around images - can't fix
Hey there -
I've been having this same problem with several of my sites. For some reason, the images I place inline, within the text, are showing up with now margins or padding. So, the text butts up against the images and looks weird.
Here's an example: http://sheryl.speakerwebsites.com/speaking/sparkle-when-you-speak/
Take a look at the first two photos on the page and you'll see what I'm talking about.
There's a line in the theme's CSS file that is causing the problem, but I can't seem to void it. When I use FireBug, and remove the setting, the images & text look good. Can you help?
.entry-content img {
I've been having this same problem with several of my sites. For some reason, the images I place inline, within the text, are showing up with now margins or padding. So, the text butts up against the images and looks weird.
Here's an example: http://sheryl.speakerwebsites.com/speaking/sparkle-when-you-speak/
Take a look at the first two photos on the page and you'll see what I'm talking about.
There's a line in the theme's CSS file that is causing the problem, but I can't seem to void it. When I use FireBug, and remove the setting, the images & text look good. Can you help?
.entry-content img {
margin: 0;
}
Comments
The source of your problem is in this third party plugin, twitter feed. Look: http://prntscr.com/f96gmj
thanks