• I’m running WordPress 2.8 and whenever I right-align or left-align an image and wrap it around text, it gets distorted. WordPress seems to want to take my slim rectangular images and turn them into squares. Here’s an example:
    http://www.pcfastlane.com/hard-drive-clock/

    I am not sure if this is WP or a theme. Where should I start looking to fix this?

Viewing 1 replies (of 1 total)
  • css issue – in style.css:

    .alignleft			{float:left; width:50%; }
    .alignright			{float:right; width:50%;  }

    delete the ‘width:50%;’

Viewing 1 replies (of 1 total)
  • The topic ‘Images are distorted’ is closed to new replies.