Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #314637

    Hi,

    I want to disable the slider on mobile and leave it to tablet and PC.

    Thanks

    #314990

    Anyone ?

    #315142

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) { 
    .ls-wp-fullwidth-container {
    display: none !important;
    }}

    Cheers!
    Yigit

    #316424

    Thanks, worked perfectly.

    #316426

    Hey!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Layer Slider on Mobile’ is closed to new replies.