Topic: Spacing between card components
I'm showing 3 cards in a column, but I can't get the spacing between the cards to increase, they are drawn on top of each other. How can I specify spacing between cards in a column?
I tried placing "mb-r" in the column class definition as suggested in another ticket, but it hasn't worked. I've tried various things from the spacing documentation, and setting margin and padding directly.
<div class="col-md-6 p-3">
<mdb-card>
Card Content
</mdb-card>
<mdb-card>
Card Content
</mdb-card>
<mdb-card>
Card Content
</mdb-card>
</div>
Konrad Stępień staff answered 5 years ago
Can you use mb-{1-5}
class.
Like this:
<div class="col-md-6 p-3">
<mdb-card class="mb-4">
Card Content
</mdb-card>
<mdb-card class="mb-4">
Card Content
</mdb-card>
<mdb-card>
Card Content
</mdb-card>
</div>
Best, Konrad.
B.L.o.w commented 5 years ago
@Konrad Stępień . I have done the same and nothing changes.
Konrad Stępień staff commented 5 years ago
Can you provide code?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 9.0.0
- Device: PC
- Browser: Chrome
- OS: Windows 10 Pro
- Provided sample code: No
- Provided link: No