Best way to create column layout
-
Hi Armin,
I'd like to create a column layout like this with the least possible modifications to LAY. It works well but the columns stack in small screen mode and I'd like to keep them intact.
http://codepen.io/cestdani/pen/VKgPZV
What do you suggest? Do I use this additional CSS for column layout or use flexbox columns? Or use tables?
Is there an FAQ on the layout formatting of the site that I can reference?
Thanks!
Daniel -
Hey dani! Yes yes, you used the custom phone layout. Good :)
-
Hey dani! Yes yes, you used the custom phone layout. Good :)
Tables and CSS might be a better solution for the columns since the custom phone layout doesn't update automatically with the desktop layout if there are changes.
-
Only the elements can update if they are synced as described here http://laytheme.com/documentation.html#custom-phone-layouts
Hmm anytime you do a change on the desktop version you can delete the custom phone layout version

and then click the phone button again to create the phone layout again by "copy same layout"