You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Grid row as Container to display multiple Text-Image Combinations, its nice to have some variety for desktop screens and start with the image for the first grid row, start with the text for the second one and so on..
On mobile though, where everything is displayed as 100% width, its rather nice to always have the same order 1. Image 2. Text.
To achieve that, an Option to visually reverse the order of elements on desktop would be nice.
As a workaround, I could do it via Custom Class on the grid-row but it seems, those are currently not implemented, as they do not render..
Would you consider to add such an option?
The text was updated successfully, but these errors were encountered:
The only thing it will do is add those classes to the row: flex-column-reverse flex-md-row
It would be possible to extend this with a select control to change the breakpoint.
When using the Grid row as Container to display multiple Text-Image Combinations, its nice to have some variety for desktop screens and start with the image for the first grid row, start with the text for the second one and so on..
On mobile though, where everything is displayed as 100% width, its rather nice to always have the same order 1. Image 2. Text.
To achieve that, an Option to visually reverse the order of elements on desktop would be nice.
As a workaround, I could do it via Custom Class on the grid-row but it seems, those are currently not implemented, as they do not render..
Would you consider to add such an option?
The text was updated successfully, but these errors were encountered: