Hi
I am trying to adjust the width of table columns on my cart page.
http://dev2.electrixinternational.com/cart/
I can’t grasp how to pick up the right css elements to perform css changes on.
What are the secrets?
Hi richardelectrix!
You can use this CSS to adjust the widths.
.shop_table tr > th:nth-child(1) { width: 24% !important; }
.shop_table tr > th:nth-child(2) { width: 24% !important; }
.shop_table tr > th:nth-child(3) { width: 24% !important; }
.shop_table tr > th:nth-child(4) { width: 24% !important; }
But I don’t recommend doing that. Since you have quite a large amount of customization requests it would be best to hire a freelancer to help you out with customizing your site.
Regards,
Elliott