Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #630223

    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!

    #630237

    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

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