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

    Hi :)

    I would like to decrease the margin between two elements (one 1/4 text element, one 3/4 partners elements)

    I suppose I have to put them into a colorsection and make an ID section in my CSS, but i not succed to do that, could you help me ?

    Thanks a lot, again and again !

    Best regards,
    Matthieu

    #310184

    Hey Matthieu!

    Try adding this code to the Quick CSS:

    #av_section_1 .flex_column {
        margin-left: 2%;
    }
    #av_section_1 .flex_column.first {
        margin-left: 0;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #310825

    Thank you very much Josue, again !

    Cheers!
    Matthieu

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘AVIA – Margin between two elements – ID Section ?’ is closed to new replies.