Hello. When I use this code the price difference stays below. How can all the prices be on 1 line as it is without the code?
.product__price:after {
content: "*Price includes taxes & postage";
font-size: 15px;
display: block;
}
.product__price.product__price--compare:after {
content: "";
}
