Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #568081

    Hi,
    I want to use the Fullscreen slider on desktop with the transparent menu, but on mobile devices it looks realy bad,
    it seems that the Fullscreen slider is not responsive.
    Is there a way to show the Fullscreen slider only on desktop devices and on mobile to use the layerslider that is responsive?

    and is there a way to show a specific item like a responsive gallery only on mobile devices?

    • This topic was modified 8 years, 10 months ago by uribinsted.
    #568253

    Hey uribinsted!

    you can control responsive behavior on mobile with this code:

    @media only screen and (max-width: 767px) {
    .slide-1 {
    background-size: 112% 104% !important;
    background-position: 7px 4px !important;
    }}
    

    Do the same for .slide-2, .slide-3, etc.

    Regards,
    Andy

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