Hi!
I want to customize cards width, height and space between cards in Cards report.
When I change width and height, I need to change space between cards.
Thanks in advance!
Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish
You will have to inspect the element and find the correct class or id. Then use the padding or margin to increase the space between cards. For example:
Abrar
Please try to put this code in inline CSS
.t-Cards {
list-style: none;
padding: 50px;
margin: 30px;
}