jquery - Overlapping table td elements using E-shopper template -
i using template little project , have been stuck on part while, elements of table overlapping when there many words inside td.
link specific page: here
also if resize browser notice overlapping if there not many words inside description td.
for tried using max-width set width still not favorable result since there still overlapping present.
is there anyway me around problem or solve it?
also responsive template.
the content of description this: tired of bones while eating? try our boneless chicken breast can swallow whole , no bones worry about.
you need set width .cart_info table tr td
. example:
.cart_info table tr td{ width: 30%; }
or if want target .cart_description
.cart_info table tr .cart_description{ width: 30%; }
i made width: 30% testing purposes. can specify whatever width want.
Comments
Post a Comment