• Aloha all.. Just wondering, how do I add an image, but add text on side of image, or around image.. Normally i add an image and the text will on be on the same line, hos can I make it so I can add text around the image?? Thanx..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter madbeeotch

    (@madbeeotch)

    By the way, here’s an example of what i mean..

    https://www.strokesurvivorblog.com/about/about-us/

    Very Simple
    First go to Posts -> Add New
    Click on upload /insert Add an image
    After upload define allignment of image to left. A .alignleft css class will be inserted automatically.You just need to paste this code in your style.css
    .alignleft {
    float:left;
    margin:0 10px 10px 0;
    overflow:hidden;
    }

    and similarly for right image
    .alignright {
    float:right;
    margin:0 0px 10px 10px;
    overflow:hidden;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add text next to image..’ is closed to new replies.