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

    Hi Kriesi Team,

    I have two fullscreen slider on my Page and I want to show one for desktop PC and a direrent for Smartphone and Tables.

    To disable the fullscreen slider on my desktop I am using this code:
    @media only screen and (max-width: 990px) {
    #fullscreen_slider_0{
    display: none;
    }
    }
    but when i use this code the two slider disappear :(

    Do you have an solution to show one slider for desktop PCs and one for Smartphones?
    If it is not possible how can i change the slider fotos for Smartphones?

    #549677

    Hi nextimaging!

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Cheers!
    Yigit

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