Is a responsive layout inside of a grid row possible?
I attempted to add it, and it seems like the layout just sets on top of the grid as a whole rather than in a specific row.
I was hoping to setup a grid that behaves as normal in full screen, stack some items in tablet, and stack even more for mobile.
For example:
FullScreen:
Col1 | Col2 | Col3 | Col4 | Col5 | Button1 | Button2
Tablet:
Col1 | Col2 | Col3 | Button1
Col4 | Col5 | Button2
Mobile:
Col1 | Col2 | Col3
Button1 | Button2
Responsive layout inside a grid
-
- Profound User
- Posts: 27
- Joined: Fri Oct 23, 2015 9:51 am
- First Name: Ken
- Last Name: Swisher
- Company Name: MHC
- Contact:
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Responsive layout inside a grid
No, you can't put layouts (any of them) inside of a grid row, sorry.
-
- Profound User
- Posts: 25
- Joined: Mon Jul 03, 2017 1:35 pm
- First Name: Ed
- Last Name: Kidhardt
- Company Name: Conestoga Wood
- City: East Earl
- State / Province: Pennsylvania
- Country: United States
- Contact:
Re: Responsive layout inside a grid
Hey Scott -
Any chance this could be coming in a new release? Sounds like it would be a great feature.
Any chance this could be coming in a new release? Sounds like it would be a great feature.
-
- Profound User
- Posts: 24
- Joined: Fri Apr 13, 2018 4:06 am
- First Name: David
- Last Name: Baltromei
- Company Name: H. Gautzsch Firmengruppe
- Country: Germany
- Contact:
Re: Responsive layout inside a grid
Hi,
the easiest way to make a subfile responsive is to set the overflow-x property of the layout, where the subfile is inside, to "auto".
https://www.w3schools.com/howto/howto_c ... onsive.asp
To do something like you want I would use the EJS templating inside of an html container.
http://www.profoundlogic.com/docs/displ ... Templating
In the html container you are able to create every html you want.
https://codepen.io/AllThingsSmitty/pen/MyqmdM
https://codepen.io/hectorguo/pen/BoZEyW
https://www.fourkitchens.com/blog/artic ... s-flexbox/
There are many more examples on the web.
Regards
David
the easiest way to make a subfile responsive is to set the overflow-x property of the layout, where the subfile is inside, to "auto".
https://www.w3schools.com/howto/howto_c ... onsive.asp
To do something like you want I would use the EJS templating inside of an html container.
http://www.profoundlogic.com/docs/displ ... Templating
In the html container you are able to create every html you want.
https://codepen.io/AllThingsSmitty/pen/MyqmdM
https://codepen.io/hectorguo/pen/BoZEyW
https://www.fourkitchens.com/blog/artic ... s-flexbox/
There are many more examples on the web.
Regards
David
Who is online
Users browsing this forum: No registered users and 1 guest