On this page notice how the image of Lauren is not left aligned with the text below. How do I move the image over to the left?
Hey qtinfo!
Add this to a codeblock element in the page content.
<style type = "text/css">
.avia_image {
margin-left: 0px !important;
}
</style>
Regards,
Elliott
perfect, thank you!