Hello, I have added this pricing table as a snippet which I am rendering in a custom liquid section.
Could anyone help me with rewriting the CSS code so that it displays properly in Refresh Theme?
It is not too far off, really just the arrangement of the elements, but its also throwing off all the other sections:
Code: https://codepen.io/weixiong15/pen/xxbPxNb
How it is displaying (if I zoom out to around 30% it does display more accurately):
Preview: https://b1zcvx6h1uam07nu-65197605103.shopifypreview.com
Storefront Password: Tiloht
I added this custom CSS in the theme editor now it looks like this, but still not ideal:
div {
max-height: 600;
max-width: 100%;
display: block;
}
Any help is greatly appreciated thank you!



