Archived topic
Cyclone 2 in header 1 not showing in desktop view
3 replies · Started by James on May 14, 2016
I am working on my first site using GP and it's premium plugins. Love it so far. I have added the Cyclone Slider 2 plugin and it works except for one odd issue. I have put a slideshow into header 1 and in desktop view the slideshow does not display. If I go down to a mobile view it then displays? This only happens in header 1, I tried it in footer 1 and it works in any display size there. It's the same in customizer also.
The staging url is: http://new16.alacartegiftsminocqua.com/
Any thoughts on this?
That's very strange, the plugin is setting itself to 0px height.
Maybe the header widget area isn't large enough for it..
Try adding this CSS:
.header-widget {
width: 50%;
}
That does work. I used a media query so it only applies to desktop view and allows the slider to be full width on mobile views.
Thanks for the quick response.
You're welcome :)
