This was super helpful but I’m still dealing with a lot of space (that I don’t want) between the value/number and it’s caption - I played with the code above extensively but I must not have drunk enough coffee because I cannot get it to be the spacing I want. It looks good in preview but when I embed it on Squarespace the gap is much larger than what is in preview (like 40px+). Suggestions? I crawled the forum but none of the other older posts had any fixes that worked.
Hi there, @Todd ![]()
This issue appeared because of the conflict with your website styles:
To fix it, please add the code below to the Custom CSS field and let me know if it worked ![]()
[class*="Card__CardCaption-sc"] {
margin-top: 0!important;
}
