Create a card layout for the items of the list details block called "List details page with 3 column view"

Here is the demo: List details page with 3 column view

Here is the code to be inserted in the header, inside the settings of the page. You will be able to customize almost everything for the card layout

<style>
.label-wrapper.vertical {
  background-color: #ebebeb;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  box-shadow: 2px 4px 8px #000000;
  box-sizing: border-box;
}

</style>

1 Like

In the same idea, do you think we could change the appearance of the cards of the “List with small cards” blocks? I searched in the DOM what name I could replace .label-wrapper.vertical with but couldn’t find :sweat_smile:

Yes, this one:
.list-item-wrapper.vertical