This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi Community.
Is it possible to configure Responsive grid (wcm/foundation/components/responsivegrid) component to have different columns number in different beakpoints?. E.g. I'd liked to have 12 columns in desktop, 6 for tablet and 4 for mobile. As I see back-end and front-end code is ready for that, but I didn't found how to configure it.
Thanks in advance.
BR, Ivan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I am not sure if this is possible, you can set the width though, why don't you divide 12 grid into equal parts and setup width for mobile and tablet.
Views
Replies
Total Likes
Hi,
Could you please check Configuring Layout Container and Layout Mode if helps?
Breakpoints are located inside the <jcr:content> section of the .context.html under the appropriate template (or content) folder.
An example definition:
1 2 3 4 5 6 | < cq:responsive jcr:primaryType = "nt:unstructured" >
|
You can configure the number of columns available for each specific instance of layout container:
Definitions for the responsive grid are specified in:etc/design/<your-project-name>/.content.xml
The following parameters can be defined:Views
Replies
Total Likes
Thank you for your response. Actually, I need to define different columns for mobile (4) and tablet (12) breakpoints for the same responsive grid component.
Views
Replies
Total Likes
Views
Replies
Total Likes
I'd liked to forbid authors to break up the design. Anyway, thank you for your reply.
Views
Replies
Total Likes
Views
Replies
Total Likes