Collection --> Card - Align right (CSS)

Hi

Anyone that can help with aligning a card collection to right? Been trying for ~1 hour, just cant get it to work correctly.

Thanks in advance.

1 Like

Have you found the right way to do this?

1 Like

Do u mean like RTL? If yes:
.rtlcards {
text-align: start;
direction: rtl;
}

If not, what do u mean to right? like horizontal scroll?