Aligning multiple slideshows on a row
-
I’m trying to align multiple slideshows on one page on my home page. I tried creating a div around the slider then going through the actual theme’s css. I was wondering if I have to edit the actual sliders CSS.
Homepage:
<div class=”org”>
[cycloneslider id=”test-2″]
</div>CSS:
.org {
height: 500px;
z-index:0;
}
.org img{
left: 250px;
top: 80px;
width:300px;
height:300px;
z-index:3;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Aligning multiple slideshows on a row’ is closed to new replies.