Missing Left Border Line Of Size Chart Table On Product Page

Hello everyone.

The left border of the table in my product description is missing.
I tried centering the table but it doesn’t work.
I hope the size chart table center and the missing border coulde be displayed correctly

The theme I use is Showcase. Website: www.laluneduciel.com

The problem occurs on all product pages.

Like this: https://www.laluneduciel.com/products/lldc-red-crew-neck-cardigan

Any help would be greatly appreciated.

Try adding this at the end of your styles.css file

.product-detail__form__description.product-detail__gap-lg.rte.align-left.rte tr {
    border-left: 1px solid #dee0e3;
}

Hello @Eikyo ,

I have looked through your store product detail page and see the size-chart left side border is not visible.

You can fix this issue by adding below mentioned code.

Please follow these steps -:

  1. Go to Online Store → Themes-> click on 3 dots → Edit code.

  2. Search for the theme.liquid file.

  3. Now find the tag and paste below mentioned code at the before tag in theme.liquid file -:


  1. Save changes.

Output => https://prnt.sc/QZH2BqzhgxK6

I hope the solution helps you.

Please let me know if you have any query or need any further assistance.

Thank you.