• My text will not wrap around images, my images have text in them, I have read instructions on here and put this in my css:

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

    Text ends up underneath the photo. PLEASE HELP?

    Thanks Debz

Viewing 2 replies - 1 through 2 (of 2 total)
  • some other formatting in your theme’s stylesheets might interfere,like some ‘clear: both;’ on the formatting of headlines of paragraph tags…

    ideally, please post a live link to your site, or post the name and download link of your theme.

    Thread Starter lemonpath

    (@lemonpath)

    Thanks for the quick reply I do not know how to do either of the above, not very technical.

    Cheers

    Debz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrapping text around Images’ is closed to new replies.