Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1074488

    i would like to have less space between 3rd and 4rth columns in footer area, since i have separated the menu into 2 pieces, to be more user friendly.
    Any ideas ?

    #1074490

    any ideas?

    #1074584

    Hi,

    Add this to quick css:

    #footer .flex_column:last-child{
    margin-left:0px!important;
    }
    
    #footer .flex_column:nth-child(3){
    margin-left:120px!important;
    }

    Best regards,
    Jordan Shannon

    #1089116

    if i want on mobile to be on one column what should i add to the css?

    #1089117

    now i am using the following, to make it become 2 columns:

    #twocolumns .avia_textblock {
    -webkit-column-count: 2!important;
    -moz-column-count: 2!important;
    column-count: 2!important;
    -webkit-column-gap: 40px!important;
    -moz-column-gap: 40px!important;
    column-gap: 40px!important;
    }

    #1090427

    Hi,

    Happy you got it shorted out! :)

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘footer columns menu’ is closed to new replies.