Don't use empty spaces to move text away from image. Instead change your css with something like that:
img.alignleft {
margin: 0 50px 10px 0;
}
This will improve the view on your smaller devices.
Don't use empty spaces to move text away from image. Instead change your css with something like that:
img.alignleft {
margin: 0 50px 10px 0;
}
This will improve the view on your smaller devices.