Tagged: avia, id section, margin, padding
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
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
Thank you very much Josue, again !
Cheers!
Matthieu