[Resolved] Cyclone 2 in header 1 not showing in desktop view

Home Forums Support [Resolved] Cyclone 2 in header 1 not showing in desktop view

Home Forums Support Cyclone 2 in header 1 not showing in desktop view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194206
    James

    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?

    #194252
    Tom
    Lead Developer
    Lead Developer

    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%;
    }
    #194360
    James

    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.

    #194394
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.