@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>