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.
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.
Have you found the right way to do this?
Do u mean like RTL? If yes:
.rtlcards {
text-align: start;
direction: rtl;
}
If not, what do u mean to right? like horizontal scroll?