Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: No Margin 30/9/2011 at 18:01
That depends on the WP Carousel theme you are using. For instance, imagine that your WP Carousel theme generates an output similar to the following:
<div class="panel"> <div class="panel-in"> <img src="" /> </div> </div>
You could use some CSS code to make the margin:
.panel { width:220px; }
.panel .panel-in {
width:200px;
margin:10px;
}
This topic has been closed to new replies.