This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
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;
}
Hello,
We’ll fix it in the next update. Add the below code to Theme Options > Custom CSS to fix it on your site
.page-wrapper .alignright > img, .page-wrapper img.alignright {
float: right;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up