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
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 !
That got it, thanks!
Please login or Register to submit your answer