Hi There,
Great theme and great support! Quick question, I tried finding the answer but couldn’t get it to work.
I have columns in a grid row that I would like to achieve the following layout: https://snag.gy/oxdpBl.jpg
Page is : https://aethercreations.ca/new-home-2/
Thank you!
Deanna
Hey Deanna,
Try adding the following to quick css:
.column-top-margin{
margin-top:30px!important;
}
.avia-builder-el-34 .av_one_half{
margin-left:2%!important;
}
.avia-builder-el-41,avia-builder-el-43{
margin-top:15px!important;
}
.avia-builder-el-36{
padding:0 12px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
It worked only for the top row: https://snag.gy/XZ7PhO.jpg
Could you also apply it so that all elements have the reduced space between them?
Thanks!
Hi,
Add this to quick css as well:
div .av_one_half {
margin-left: 2%;
width: 49%;
}
Best regards,
Jordan Shannon