Hi there,
For this website I have put some 1/3 elements in a row.
http://www.webcrato.nl/
I would like to change the margin left and right of the elements too.
Is this possible?
And if so, do you recommend to do this in a Child?
Thanks in advance for your response.
Best regards
Nadine
Hi Nadinekrijgh!
You can actually change the margins between each element by editing the .av_one_third class.
av_one_third {
margin: 0 !important;
}
You can change the margin by using the above or by using margin-left/margin right to be more specific.
Best regards,
Dake
Hi Drake,
Thanks for your information.
It did not work but this did:
.av-flex-placeholder {
width:2% !important;
}
Hey nadinekrijgh,
I’m glad to hear that you were able to get it sorted on your end.
Cheers!
Dake