Hi, For this page: Past Press Coverage β SWEAT FREE TELECOM
I want to do two things:
-
I want the links in the right column to stay within the table cell and not go outside it. So the link text should wrap and stay within the cell.
-
I want the table and cells to have a thicker yellow colour.
Please add this code to Custom CSS of that section to solve the issue.
a { word-wrap: break-word; }
suyash1
3
@SweatFree please add this css to the very end of your base.css file and check
shopify admin->online store->themes->edit theme code->assets->base.css
table a{word-wrap: break-word;}