dsimon24cx's avatar

Manual arrangement of different areas in the blade template?

Hello!

In a blade template I would like to include different modules. Similar, like tiles. See example in the link.

https://ibb.co/FDCnRxY

Depending on the end device, I would like to arrange these parts independently of each other. On a large screen four next to each other. On a small screen only two next to each other. But in a completely different order. What is the best way to realize this?

Even better: What possibilities are there that the user can arrange this individually for himself? Are there any possibilities?

Greetings.

0 likes
4 replies
dsimon24cx's avatar

@Sinnbeck I'm going to take a closer look at that. Thank you.

@tykus I also thought about media queries. But how can I make a completely different arrangement?

tykus's avatar

@dsimon24cx specify different grid template for each media size; grid also allows you to reorder items

tykus's avatar

What is the best way to realize this?

CSS Grid and media queries

1 like

Please or to participate in this conversation.