How to Reverse Loop Layout Columns in Divi Machine

Divi Engine

Today we have a quick Code Snippet for you that will allow you to Reverse Loop Layout Columns in Divi Machine.CODE.de-reverse-columns .divi-filter-archive-loop .dmach-grid-item:nth-child(2n) .et_pb_row { display: flex; flex-direction: row-reverse;}LINKSText Tutorial: https://diviengine.com/how-to-reverse-loop-layout-columns-in-divi-machine/More Divi Engine Tutorials: https://diviengine.com/resources/Divi Theme: https://www.elegantthemes.com/affiliates/idevaffiliate.php?id=58998Divi Machine: https://diviengine.com/product/divi-machine/CHAPTERS0:00 Tutorial Introduction1:57 Step 1 – More on the CSS and :nth-child(n)3:24 Step 2 – Adding the CSS Code6:04 Conclusion