Comments 4martinleclercq started the conversationFebruary 7, 2018 at 11:04amHello Support,I've made some discount products. On the shopping page, where I have a 5 column setup the discount price overlaps the column width. I've attached an image to show you what I mean.Hope you can help :)Kind regards,Martin[deleted] repliedFebruary 8, 2018 at 9:04amHi Martin,Can you please add the code below to your Custom CSS area: .woocommerce .product .item-info .item-info-row { display: block; } .woocommerce .product .item-info .item-info-row>.title-column { display: table; } .woocommerce .item-info .price del { margin-left: 0px !important; } @media screen and (min-width: 768px) { .woocommerce .product .item-info .item-info-row>.price-column { padding-left: 0px; } } This should fix your issue. 4martinleclercq repliedMarch 14, 2018 at 5:14pmtnx!1 Like Sign in to reply ...
Hello Support,
I've made some discount products. On the shopping page, where I have a 5 column setup the discount price overlaps the column width. I've attached an image to show you what I mean.
Hope you can help :)
Kind regards,
Martin
Hi Martin,
Can you please add the code below to your Custom CSS area:
This should fix your issue.tnx!