Some size charts may show no margin in the first column because of a conflict with your Shopify theme’s styles.
To fix this, just follow the steps below.
Step 1
Copy this code
.smartsize-sizetable-container
table:not(.table--bordered)
:is(th, td):first-child {
padding: 16px;
}
.smartsize-sizetable-container
table:not(.table--bordered)
:is(th, td):last-child {
padding: 16px;
}
.smartsizechart_wrapper {
width: 100%;
table-layout: auto;
}
Step 2
Paste the code in the Custom CSS section from your theme, as shown below, and save your changes.