Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352200

    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

    #1352266

    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

    #1352320

    Thank you Ismail, perfect

    #1352369

    Hi,

    No problem! Glad we could be of help. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘On sale widget price layout’ is closed to new replies.