- Issue created by @NicholasS
- 🇺🇸United States albertski
Have you considered adding the card wrapper inside your content’s template?
- 🇺🇸United States NicholasS
>Have you considered adding the card wrapper inside your content’s template?
You mean adding the '.col' class to my `paragraph--card.html.twig`? Problem is I think that would introduce spacing for all cards, and I would have to do that for all my paragraphs as well.
- @nicholass opened merge request.
- 🇺🇸United States NicholasS
This patch seems to solve my use case. Seems a bit hacky to loop over the content items, but so far is all I could figure out.1. On ROW, add classes 'row row-cols-1 row-cols-md-2'
2. Disable the COLUMN
3. ITEM enable and set class to 'col' - 🇺🇸United States NicholasS
I am going to test this over the next few days and report back.