Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #569633

    Hi, I’m trying to get my image flush with the top and left side of the container. I used this code:

    .content {
    padding-top: 0px;
    padding-bottom: 0px;
    }

    And it worked great to get it to touch the top but is still an inch or so from the left.

    #569671

    Hi PessimismSucks!

    Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    Best regards,
    Elliott

    #570284

    No problem. I’m referencing the picture on the upper left of the container.

    #570811

    No problem. I’m referencing the picture on the upper left of the container.

    #571834

    Hi!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .avia-builder-el-0 .avia-image-container-inner {
        transform: translateX(-50px);
    }
    </style>

    Regards,
    Elliott

    #573178

    Ok, it’s on a post. Where do I put that code?

    #573545

    Hi,

    If you are using the regular editor your can paste it on the top of the post when in text mode (you can change between text and visual in the top right hand corner of the editor)

    Thanks,
    Rikard

    #574097

    Great it worked. Thank you very much.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Looking to make image touch left side of container’ is closed to new replies.