1. The product carousel arrows are not clickable when I use this on the /sport page on my site:
[spb_products asset_type=”latest-products” category=”kite, wake, surf, skate” carousel=”yes” product_size=”standard” item_count=”8″ width=”1/1″ el_position=”first last”]
The arrows were partially covered by product images and still not clickable. I’ve added this to css to make them visible, but they are still unclickable.
body .carousel-wrap ul.products li.product {
padding-left: 35px!important;
padding-right: 35px!important; }
2. how do I make carousel arrows ALWAYS visible instead of only on mouse-over?