How do I match the logo partner margin with the container margin? Can’t figure out do it with CSS.
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
Hi crewneck!
use this in Quick CSS:
div .av_one_fourth {
left: -45px;
}
Regards,
Andy
Thanks Andy! Seems to work