Archived topic
Lightweight Grid Columns - reverse column order on mobile
21 replies · Started by Lyle on February 1, 2017
Ah - now it works! Great! Thanks so much for your amazing support! :-)
Oh, one minor thing - at 1024px screenwidth the image on second and fourth row already gets pushed to the next line. How can i prevent that?
Thx again,
Daniel
You'll need to use the tablet-push-50 and tablet-pull-50 classes as well.
Unfortunately it does not seem to work. It destroys the layout within the tablet-width.
The code now is:
lgc_column grid="50" tablet_grid="50" mobile_grid="100" class="push-50 tablet-push-50" last="false"
and
lgc_column grid="50" tablet_grid="50" mobile_grid="100" class="push-50 tablet-push-50" last="true"
Best,
Daniel
The margin you've added to the first columns is throwing it off - try removing that.
Thanks so much for your patience! It works now!
All the best,
Daniel
You're welcome :)