• Dear helpers,

    i have a problem, in the checkout page, de model number is to long. it doens’t fit in the box.

    • This topic was modified 4 months, 2 weeks ago by sameday3d.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sameday3d

    (@sameday3d)

    this is what i mean, its not the same with as the credit cards etc.

    Plugin Author fuzzoid

    (@fuzzoid)

    Try to add this CSS code:

    dl.variation p {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.