Just upgraded to RoyalVersion: 6.3.2
<img class="size-medium wp-image-1285 alignright" src="https://www.compumove.com/wp-content/uploads/Mark-Desk-300x250.jpg" alt="Mark Millian CEO" width="300" height="250" />Founder, President, and Chief Technical Officer
All images utilizing this style are now missing their alignment ???
This is still in your styles but being blocked?
.alignright > img, img.alignright {
display: block;
float: right;
margin: 2px 0 20px 20px;
}
Your styles appear to erring out for this now?
img[class*=wp-image][class*=align] {
float: none;
}