Layout with Layout grid or container

0
Hi Reader,   I came across below scenario and would like understand in detail. When we create a page with Atlas_Default Layout - Main region comes with layout grid. Also I'm aware if we need we can always create page template and go for it.  Can you please help choose below option why? 1- A page with main region starting with layout grid 2- A page with main region having the container. 3- A page with main region starting with container and then layout grid. 4- A page with main region having the layout grid and then container.   My requirement - I need a responsive page and prefer option 2 as it is faster compared to pages with layout.   let me your understanding!   Thanks, Jhansi
asked
2 answers
1

Both layout grid and container are responsive. I will go with option2 for faster solution. 

 

To understand the difference better, layout will create 3 divs internally (1 outer container, 1 row & 1 or more columun). Container however creates single div, so naturally its faster. 

answered
0

Starting with a Layout Grid is actually a good default choice. A Layout Grid can be used almost like a Container from a styling perspective (padding, background, spacing), while also giving you the flexibility to easily switch to a column-based responsive layout when needed. If the page requirements grow later, the grid can be quickly adjusted to multiple columns without refactoring the page structure. This makes Layout Grid a safe and future-proof starting point.

answered