Viewing 4 replies - 1 through 4 (of 4 total)
  • the image style is partly done by:

    p img{float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}

    in /wp-content/themes/themorningafter/includes/compressed.css

    the rule for .aligncenter in style.css does not overwrite the float:left;

    possibly change to:

    .aligncenter, div.aligncenter { float: none; display: block; margin: 14px auto; }

    Thread Starter sunshinemachine

    (@sunshinemachine)

    I’ve altered the style sheet as you suggested. And I’ve also set the compressed.css to float none rather than left.
    The problem is still there though. Any other ideas?

    ‘CTRL F5’

    the browser cache is holding on the the old styles – try to clear the cache by pressing the above.

    i can see the changes in your site.

    Thread Starter sunshinemachine

    (@sunshinemachine)

    And you’re right.

    Thanks so much for your time and help. It’s really appreciated.

    Liam.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Text Wrap – Am I going mad?!’ is closed to new replies.