hi,
how do I break regular price and sales price into two lines?
http://screencast.com/t/yaGwaFRcHp
thank you :)
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
thanks a lot, it works perfectly.