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
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 !
Great!. Thanks
Please login or Register to submit your answer