Hello. Is there a way to add a custom class to each footer column? Currently i’m using these classes:
.flex_column.av_one_fourth.el_after_av_one_fourth.el_before_av_one_fourth
.flex_column.av_one_fourth.first.el_before_av_one_fourth
The problem with using .flex_column.av_one_fourth.el_after_av_one_fourth.el_before_av_one_fourth
doesn’t allow you to assign individual widths to each column.
Thanks in advance!
Hi peanuttario!
You can do pseudo selectors and pick a different column
http://www.w3schools.com/cssref/sel_nth-child.asp
Check here and let us know if you do need to know any other informations
Regards,
Basilis