Steve Fronek
asked 10 years ago

One my home page at bottom http://archaerial.com/
you’ll see the DW Products Slide.  Not matter what I set the products # to, it only shows 2 products. We currently only have 3 products and I would like to have all three visible.
How can I make it show all three are visible? And preferably centered, if possible.
Thanks.

1 Answers
DominicStaff
answered 10 years ago

Hello Steve !
To display 3 products in the carousel, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

 <style>
.carousel-inner.products {
    left: 0 !important;
}
</style>

Hope this helps !

Steve Fronek
replied 10 years ago

That got it, thanks!

Powered by DW Question & Answer Pro