Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #553244

    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

    • This topic was modified 8 years, 11 months ago by anma.
    #553378

    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

    • This reply was modified 8 years, 11 months ago by Elliott.
    #553584

    Hello Elliot,

    Thank you this worked perfectly,

    Merci, AB

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top margin between serveral color sections’ is closed to new replies.