Okay
  Public Ticket #2657807
related in single product not work fine
Closed

Comments

  •  1
    vinoovino started the conversation

    Hello! it's me again :)

    In my single product template I have entered the related products, but:
    1- are not displayed correctly
    2- it does not show the products that I have indicated as upsells

    Can we fix it?
    if you need the credentials, use those of the old ticket as well!
    Thank you so much

  •  608
    WordPress replied

    Hello,

    You can check again. I have add custom style css

    .related.products .products.product-grid,
    .up-sells.upsells.products .products.product-grid {
        display: block !important;
    }
    .related.products,
    .up-sells.upsells.products {
        margin: 0 -15px;
    }
    .related.products .product-content.clearfix,
    .up-sells.upsells.products .product-content.clearfix {
        padding: 0 15px;
    }


  •  1
    vinoovino replied

    Perfect! thankyou!