Hi,
I went through the forum but did not find the css code – I’ve 3 color section on 1 page
but they all have a margin on top which I want to delete – all color sections should have the save height with no margins on top. All sections are set to “no margin”, no border, etc.
Can you please help ?
Thank you in advance,
Best, AB
Hi anma!
Add this to a codeblock element in the page.
<style type = "text/css">
.avia_textblock img {
margin: 0px !important;
}
.avia_textblock p {
margin: 0px !important;
}
</style>
Best regards,
Elliott
Hello Elliot,
Thank you this worked perfectly,
Merci, AB