Viewing 1 replies (of 1 total)
  • Hi

    In this section of CSS in style.css, line 955, change it from

    .alignright {
    padding-bottom:10px;
    text-align:right;
    }

    to this

    .alignright {
    float:right;
    padding-bottom:10px;
    text-align:right;
    }

    You probably have the same issue with .alignleft also – add a line with float:left to .alignleft

    You can adjust the padding (space around the image) by adding additional padding lines if that is necessary

    padding-top: 10px    (or however many px you need)
    padding-left:
    padding:right

Viewing 1 replies (of 1 total)
  • The topic ‘Text Does Not Wrap Around Photo’ is closed to new replies.