Layout Grid Column Order.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Layout Grid Column Order.
Example.
I have a layout grid with two columns. The left-hand column has text and the right-hand column has a photo. At the break point by default the text will be at the top. Is there any way to swap this to have the photo at the top.
I have a layout grid with two columns. The left-hand column has text and the right-hand column has a photo. At the break point by default the text will be at the top. Is there any way to swap this to have the photo at the top.
Re: Layout Grid Column Order.
Unfortunately no.
However, it can be achieved with flexgrid.
However, it can be achieved with flexgrid.
Re: Layout Grid Column Order.
I have kept away from Flex Grids as the don't work in older browsers. I presume Layout Grids do?
Re: Layout Grid Column Order.
Correct, Layout grids do work with older browsers.
Re: Layout Grid Column Order.
There is an alternative that I have used that works.
Make a copy of the layout grid with text and photo. In the copy, swap the positions so the photo is in column 1 and the text in column 2. Then, hide the grid.
At the point where the design breaks, switch the original grid to hidden and display the second grid (with the photo in column 1).
While this does add to the page weight, it gives you the flexibility to achieve the design you want using layout grids.
Make a copy of the layout grid with text and photo. In the copy, swap the positions so the photo is in column 1 and the text in column 2. Then, hide the grid.
At the point where the design breaks, switch the original grid to hidden and display the second grid (with the photo in column 1).
While this does add to the page weight, it gives you the flexibility to achieve the design you want using layout grids.
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.
Re: Layout Grid Column Order.
Many thanks gofrank 

Re: Layout Grid Column Order.
I like the option!
Lasa
Lasa
Re: Layout Grid Column Order.
I wonder if this gofrank workaround is still needed... I've been using it for years does layergrid / flexbox option allow the change within the breakpoint?
(Default Layergrid to show two columns order 1 and 2, then at 480 show 2 and 1?) That way the order shows picture-text, picture-text at the breakpoint.
Cheers,
Lasa
(Default Layergrid to show two columns order 1 and 2, then at 480 show 2 and 1?) That way the order shows picture-text, picture-text at the breakpoint.
Cheers,
Lasa
Re: Layout Grid Column Order.
There was some code I used ages ago to do this, but I can't remember what it was. I think I got it from Crispy.
I'll see if I can find it in the next day or so
Alan
I'll see if I can find it in the next day or so
Alan
Re: Layout Grid Column Order.
Thanks Alan. The GoFrank solution works for sure, not knocking it at all, but since Web Builder does everything else I wouldn't be surprised it its figure this out as well!
Lasa
Lasa
Re: Layout Grid Column Order.
Since version 16, this is now possible with layout grids. No need to add extra grids and hide them.
I created a video sometime back about this here: https://www.youtube.com/watch?v=o5-Wk8_7yFo
I created a video sometime back about this here: https://www.youtube.com/watch?v=o5-Wk8_7yFo
Re: Layout Grid Column Order.
Thanks Crispy68,
I was almost doing it right ... but hidden is big time!
Thanks a ton for the excellent tutorial.
Lasa
I was almost doing it right ... but hidden is big time!
Thanks a ton for the excellent tutorial.
Lasa