I am currently using the showbiz jQuery carousel on my products page. I have encountered an issue where, upon clicking the "view more" button, an unwanted border appears around the carousel, but only in Chrome. How can I go about removing this border?
Here is a snippet of my code:
<div style="padding:0px 0px 0px 0px;" align="center">
<div class="example-wrapper">
<div id="services-example-1" class="theme1">
<ul>
<
</ul>
<!-- ############### - TOOLBAR (LEFT/RIGHT) BUTTONS - ############### -->
<div class="toolbar">
<div class="left">
</div>
<div class="right">
</div>
</div>
</div>
</div>
</div>