Image Alignright no longer functions after upgrade to v 6.3.2

This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow

  • Avatar: Joesurf18
    Joesurf18
    Participant
    May 5, 2021 at 00:08

    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;
    }

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 5, 2021 at 12:35

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.