Support » Fixing WordPress » Word wrap around images – again

  • While I can get text to move to the right and to the left of images, I cannot seem to get text on both sides of a centered image. If I set the image to ‘Center’, it is moved both above and below the image.
    The site address is:
    zeromost.byethost4.com
    None of the images is centered because of the problem at the editing level. Any advice appreciated.

Viewing 1 replies (of 1 total)
  • I had the same issue, but found this solution from WordPress:
    In Custom CSS of your theme, enter the following – then you can change the numbers in the first line (margin 0 0 1em 1em) to change the spacing.

    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    .alignright {float:right; }
    .alignleft {float:left; }
    .aligncenter {display: block; margin-left: auto; margin-right: auto}

Viewing 1 replies (of 1 total)
  • The topic ‘Word wrap around images – again’ is closed to new replies.