Okay
  Public Ticket #2127555
Buggy Interface
Closed

Comments

  • BraddaNick started the conversation

    Hi there,

    I've installed Aurum for my client. At checkout, there appears to be a bug with the formatting of the related item "Add to Cart" button. This occurs on both the desktop and mobile layout.

    Find a screenshot attached.

    Regards,

    Nick

  • [deleted] replied

    Hi Nick,

    Can you please add the following CSS:

    .woocommerce .cross-sells .product-item .product-link .button {
        white-space: nowrap;
        margin-left: 15px;
    }
    .woocommerce .cross-sells .product-item .image {
        min-width: 50px;
    }
    .woocommerce .cross-sells .product-item .product-details {
        white-space: normal;
    }
    
    So it will fix this issue:

    medium
    (view large image)