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

    How do I match the logo partner margin with the container margin? Can’t figure out do it with CSS.

    #385745

    Hey crewneck!

    Add this to a codeblock element in the same page.

    <style type = "text/css">
    .avia-image-container.avia-align-center .avia-image-container-inner { display: block !important; }
    </style>

    Cheers!
    Elliott

    #385747

    Hi crewneck!

    use this in Quick CSS:

    div .av_one_fourth {
    left: -45px;
    }
    

    Regards,
    Andy

    #385774

    Thanks Andy! Seems to work

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Match partner logo margin with the container margin?’ is closed to new replies.