Hey guys, too much space between footer columns. I searched and found another post on this.
However, the Quick CSS did not work for me.
Thanks!
Hey Justin!
Please add following code to Quick CSS
#footer .flex_column:nth-child(1) {
margin-left: 0;
}
#footer .flex_column {
margin-left: 3%;
width: 22.7%;
}
Cheers!
Yigit
Hey Yigit. Ah that’s right…the % vary based on width of site is my guess.
Thank you.