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.
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
No problem. I’m referencing the picture on the upper left of the container.
No problem. I’m referencing the picture on the upper left of the container.
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
Ok, it’s on a post. Where do I put that code?
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
Great it worked. Thank you very much.