Hello Team,
I have a general question about the view of cards.
Current templates have cards with spaces on all 4 sides,
if we want to make these cards without any spaces, we can make full utilization of the page with more information on page view.
Is that possible to achieve with small changes?
I am using Django templates,
Thanks,
To achieve a card view without spaces on all four sides, you can try removing the classes such as "g-5" or "g-xl-10" from the card div in your Django templates. These classes are responsible for adding spacing to the cards.
Remove the classes in the HTML code for the card, and this should help you achieve a card layout without spaces, allowing for more information to be displayed on the page.
I hope this helps! If you have further questions or encounter any issues, feel free to provide more details for assistance.
Hello Faizal,
Thank you,
Actually, I made the g-5 class to the g-0 class in a row, and now all cards are touching together, without any spaces in between, thank you. this is what exactly I wanted.
Hi ,
Glad to hear that! If you need any further help please do let us know.
Regards.