Replies: 0
Understrap uses padding
instead of margin
in .alignleft and .alignright css classes. It causes problems such as image downscaling and background and borders mispositioning in those elements.
You should use margins in this case instead of paddings. Thanks.