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 ?
any ideas?
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
if i want on mobile to be on one column what should i add to the css?
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;
}
Hi,
Happy you got it shorted out! :)
Best regards,
Basilis