Hi,
I’m trying to find a way to display the portfolio element in two rows instead of two columns. Right now, inside the article tag there are two divs that have the av_table_col class. So I’m thinking that there should be an av_table_row class as well, right?
Now, I’ve found the entries in config-templatebuilder/avia-shortcodes/portfolio.php, lines 458 and 491. They add the av_table_col class. Using these instructions: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ , I guess I could change that and then style the rows appropriately.
Am I on the right track?
Any pointers will be appreciated.
Hey SirValeq!
I’m not really sure I understand. It sounds like it’s custom work though.
Can you take a screenshot and highlight what your trying to do? If you have two columns there is no difference between two rows. They will still be in the same order. Or are you trying to order them from top -> down -> left -> right? That would take too much time and code to implement so it would have to be considered custom work.
Best regards,
Elliott
Actually, I solved it way easier than I thought was possible. A simple css trick was enough: changing the display property of the av_table_col class from ‘table-cell’ to ‘table-row’. :-)