sonicavenger
Member
Posted 6 months ago #
Hi,
I sometimes like to have the text surround the images on my blog like this: http://www.sonicavenger.com/blog/2011/11/11/111111-black-sabbath/
However the gap beneath the image is a little too large. Does anyone know how I can get the next line of text up (so to speak) to wrap around the bottom of the image, thereby leaving a smaller gap?
Many thanks...
In style.css, try changing:
img.alignleft {
display: inline;
margin: 5px 20px 10px 0;
}
to:
img.alignleft {
display: inline;
margin: 5px 10px 10px 0;
}
sonicavenger
Member
Posted 6 months ago #
Thanks esmi, but unfortunately nothing happening...
sonicavenger
Member
Posted 6 months ago #
UPDATE: Just changed the third of those values to zero (the 10px one) and everything is now perfect.
Many thanks Esmi, much appreciated.
[duplicate: http://wordpress.org/support/topic/text-wrap-issue-in-wp-unlimted?replies=7 - closed]