I was able to figure it out. Thank you for your help though!
I actually got it to work with
.wp-block-image .alignright { float: right !important; }
But that only helps with the images that I choose to align right. I tried the following for images aligned center but it did not work
.wp-block-image .aligncenter { float: center !important; }
Any ideas?
That worked! Thank you so much! I am still having the same issue images that I choose to align center. I tried copying this CSS and changing it to say
.wp-block-image .aligncenter { float: center !important; }
That did not work. Any ideas?
I see. Do you happen to know how to fix it? Is their a way to delete that CSS?