Reverse every other row option when using alternate templates in a Custom Loop Grid #25141
portrayaloflife
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
When using the Alternate Template in a Custom Loop Grid, if the design calls for only 2 columns for example the second row doesn't reverse to have a proper grid like below:
Currently, it shows:
A/B
A/B
A/B
A/B
Desired result in 2 column design with alt template:
A/B
B/A
A/B
B/A
Describe the solution you'd like.
Adding an option to reverse every other row or a solution where the desired result would be possible for 2 column designs would be awesome!
Describe alternatives you've considered.
Custom code
Additional context
No response
Agreement
All reactions