Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #407968

    hi,

    how do I break regular price and sales price into two lines?
    http://screencast.com/t/yaGwaFRcHp
    thank you :)

    #408073

    Hi decode!

    Thank you for coming back.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .inner_product .inner_product_header del {
        float: left !important;
        width: 100% !important;
    }
    
    .inner_product .inner_product_header ins {
        float: left !important;
    }
    
    

    Regards,
    Günter

    #415115

    thanks a lot, it works perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘woocommerce product items: how to break regular price and sales price into two line?’ is closed to new replies.