Steve Fronek
asked 10 years ago

I have the DW products slide on this page: http://archaerial.com/
You’ll see the name of the product runs past the border/box for the product. How can I wrap it to the next line (which would push the price and add to cart down). I guess it would also have to to expand the box downward so everything fits.
Thanks.

1 Answers
DominicStaff
answered 10 years ago

Hi Steve ! 
To break text into new line in the product slide of the DW Trendy, you can log in to Dashboard > Customize > Custom Code, then add the following code to the Header code:

 <style>
.products .product-inner h3 {
    white-space:pre-wrap;
}
</style>

Hope this helps !

Steve Fronek
replied 10 years ago

Great!. Thanks

Powered by DW Question & Answer Pro