Hello,
we have in the footer an “On sale” widget, there is the price on a row and the discounted price on another row. How can I bring them on the same row?
Thank you
Mauro
Hey profumopuntoit,
Thank you for the inquiry.
The following css code should adjust the position of the sale price and place it beside the original price.
ul.product_list_widget li del, ul.product_list_widget li ins {
display: inline !important;
clear: none;
width: auto;
float: left;
margin-right: 15px;
}
Best regards,
Ismael
Thank you Ismail, perfect