Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #603316

    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!

    #603319

    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

    #603325

    Hey Yigit. Ah that’s right…the % vary based on width of site is my guess.
    Thank you.

    #603331

    Hey!

    It depends on margin-left value. 4 columns have to be 100% in total including margins and first column does not have left margin :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.