Looking fix for size guide "looking better"

Hi, looking foward to fix my size guide page → www.tanelwardrobe.com → support → size guide

looking them to be colums and rows, to looks nicer.

dawn theme version 12

Tanel, Thanks

Hi @Tanel

You can try to add this code to Online Store > Themes > Edit code > open theme.liquid file, add this code below under element, save file and check again

#shopify-section-template--21352671150421__main .rte table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

Hello @Tanel :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

table, th, td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

The result

Hope that helps!