Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #418650

    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

    #419048

    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

    #419061
    This reply has been marked as private.
    #419523

    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

    #419544

    Hello Yigit,

    Thank you so much.
    It is OK now

    Regards,

    Emin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reducing Padding/Margin in Footer’ is closed to new replies.