Himas Rafeek
Posted on: 2 years ago
CSS

styling image wraps

control text wrapping, add image size plus padding margin so that text does not float below images


                                          .content-wrap img {
    float: left;
    margin-right: 30px;
}
 .content-body {
    margin-left: 230px;
}