Home Forums ArileWP Pro Slider in mobile Version

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

    Is it possible to use different pictures in the Desktop version and in the mobile version?

    If not is it possible to show the slider in the desktop version and hide it on the mobile version?

    I hope you can help me 🙂
    Maxi

    #3306
    themearile
    Keymaster

    Hi Maximilian,

    Sorry, It is not possible. But if you want to hide the slider in mobile devices so please add the code given in Additional CSS box.

    @media (max-width: 500px) { 
    .theme-main-slider {
    	display: none;
    }
    }

    Now click to Publish button.

    Thanks

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