Forums
Home / Plugin: 3DPrint Lite / Checkout page content out of box.
(@sameday3d)
4 months, 2 weeks ago
Dear helpers,
i have a problem, in the checkout page, de model number is to long. it doens’t fit in the box.
The page I need help with: [log in to see the link]
this is what i mean, its not the same with as the credit cards etc.
(@fuzzoid)
3 months ago
Try to add this CSS code:
dl.variation p {max-width: 180px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}