Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #566435

    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?

    #566699

    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

    #566854

    perfect, thank you!

    #566962

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.