Dear Support,
1. Please, how do i reduce the margin between footer columns?
2. How do i reduce the padding within a footer column?
Regards,
Emin
Hey emin!
Please add following code to Quick CSS
#footer .flex_column:nth-child(1) {
margin-left: 0;
}
#footer .flex_column {
margin-left: 1%;
}
#footer .widget { margin: 0; }
You may need to adjust footer column widths accordingly. If you post the link to your website, we do not mind helping
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
#footer .av_one_third:nth-child(1) {
margin-left: 0;
}
#footer .av_one_third {
margin-left: 2%;
width: 31.3%;
}
Cheers!
Yigit
Hello Yigit,
Thank you so much.
It is OK now
Regards,
Emin