Hello,
i want to decrease the margin between posts news* of homepage. How can do that? I try some solutions of others enfold threads, but it doesn’t work for me.
Thank you
Hey Designweb,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-builder-el-26 .av_one_third { margin-left: 3%; width: 30.333333333333332%; }
You can edit the values as you see fit, just experiment with combinations that won’t break the layout. The default set values are margin-left:6%;
and width: 29.333333333333332%;<br><br>
I hope that helps!
Sarah
Hello Sarah,
it’s work perfect. I make some changes and it’s ready.
Thank you for your help.