Using the WordPress visual editor to align images (right or center) doesn’t work with our theme because our theme styles override the default WordPress styles. One solution is to use the column shortcode to control the page layout. The other solution is to add an inline style to the image. For example:
<img style="float:right;" src="https://my.cgu.edu/fellowships/wp-content/uploads/sites/34/2020/07/favicon-150x150.png" alt="CGU favicon" width="150" height="150" />