I have inserted a table into my product description but there is a line that has automatically appeared after the first row, which is not central. How do I make it central?
See below:
https://the-culture-gang.myshopify.com/products/tangy-beetroot-cabbage-kraut
Thank you!
Amy
Hello @amyoboyle ,
Add this css code in theme.scss.liquid
tr:first-child th:first-child:after, tr:first-child td:first-child:after { left: 0 !important; right: 0 !important; }
Thanks
Hi! You need to add this line of code to theme.sss (Actions->Edit code->Assets)
tr:first-child th:after, tr:first-child td:after{> > content:none;> > }