@boston85719 I finally cracked it
I used the HTML code element with the following CSS

<style>
    #right { 
display: flex; 
align-content: flex-end;
flex-direction: row-reverse;
} 
</style>

Screen Shot 2021-02-05 at 8.34.55 am

6 Likes