Forums

[closed] Text-wrap issue in WordPress Unlimited theme... (4 posts)

  1. 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...

  2. esmi
    Theme Diva & Forum Moderator
    Posted 6 months ago #

    In style.css, try changing:

    img.alignleft {
        display: inline;
        margin: 5px 20px 10px 0;
    }

    to:

    img.alignleft {
        display: inline;
        margin: 5px 10px 10px 0;
    }
  3. sonicavenger
    Member
    Posted 6 months ago #

    Thanks esmi, but unfortunately nothing happening...

  4. 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]

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags