I’m learning Kirby. I have installed Kirby 3.6, the starter kit and the events example from the docs.
I have succeeded in changing the contents of the field into the ‘from’ and ‘to’ dates in blueprints\pages\events.yml
What do I have to put in the events.yml file to show the events fields next to each other instead of below each other?
I have tried width: 1/2 but that didn’t do anything.
Thanks for the answer bnomei,
Will that enable me to put the fields next to each other? Like cards are put next to each other?
I’m not understanding this solution, could you maybe elaborate or give me an example?
I have been using cardlets. I have some questions, maybe you can answer.
The boxes are a bit large for my taste.
Is there a way to set the height and/or not show items like the in the cardlet ?
I could alter the CSS of the cardlet to change the size/display:none the footer etc. What should I change in Kirby to alter the CSS of the cardlet? Do I need to use a plugin, and if so which one?