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:
With a custom collection, I was able to make it. However, it only displays it this way with desktop view:
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