'float:left' hides the slideshow
-
I have the slideshow within it’s own div in a custom top section called ‘pre-primary’. I have a sidebar next to my slideshow, but the sidebar is pushed beneath the slideshow by default.. when I add ‘float:left’ to my slideshow container.. it disappears.
Here is my code below, I have not tampered with the cyclone css.
<div id="preprimary" class="slide-home clearfix"> <?php echo do_shortcode('[cycloneslider id="803"]'); ?> <?php dynamic_sidebar('slidehome-area'); ?> </div>
Any help with this is much appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘'float:left' hides the slideshow’ is closed to new replies.