Collection with two columns on mobile view

I have a table which has the following attributes: Invoice name, Invoice amount, IGTF (a tax), IGTF amount.

Basically what I want to show is a list of all my elements there, having it look kinda like this:
image

With a custom collection, I was able to make it. However, it only displays it this way with desktop view:
image

image

Is there any way I can have two columns of information in a collection for mobile view? And if the answer is using custom CSS, can you point me to a good tutorial for how to use CSS on Glide? Thanks in advance

I would use a template column to build an HTML table and display it in a rich text component in the custom collection.

2 Likes

Thanks! I did exactly this and it worked :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.