atomdreams
Member
Posted 8 months ago #
Hi,
Using the standard WP Post editor I've inserted a photo and clicked on alignment. The text wraps around correctly except it will not align horizontally to the top of the picture. It always aligns a little above instead of horizontally flush with the top of the photo. How do I correct this? Thanks in advance.
site
http://www.rockreview.eu
Try adding this to the end of style.css:
.alignleft img, img.alignleft {
margin: 0 1em 1em 0;
}
atomdreams
Member
Posted 8 months ago #
Thanks for the help, but it didn't work.
The text isn't horizontally aligning evenly with the top of the photo. It's always half a text line above the photo.
see the example below
http://rockreview.eu/?cat=9
I do not see the code I posted at the end of style.css. When I place it there in the Firefox debugger, the text aligns properly.
Please add the code to the end of style.css and leave it there.
atomdreams
Member
Posted 8 months ago #
Hey,
I forgot to clear the browser cache the first time around. It works perfect now. Thanks for the help, you're a hero. :)