Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #934509

    All,

    I want to hide this slider on mobile devices BUT the Fullwidth Easy Slider will not go inside a color section so I have no way to apply an ID. I cannot use the standard (non-fullwidth) Easy Slider since it is much too small. No matter how large the image,
    How is everyone else able to have sliders at an acceptable size?

    #934627

    Hey 34oldcat29,

    Please provide a link to the site/page in question so we can look into this further. It should still be possible to hide on mobile via css.

    Best regards,
    Jordan Shannon

    #934646

    Hi Jordan,
    So I pushed the fullwidth slider to the bottom of the page for now since it looked really bad. I have no problem assigning “desktop-only” and “mobile-only” ID tags to any/all color sections but the fullwidth slider will not go inside a color section and therefore does not allow me to assign an ID in order to control it via CSS. Thoughts?

    #934698

    Hi,

    It has an ID already if you inspect the element in your browser. You can hide it for mobile using this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #full_slider_1 {
      display:none;
    }
    }

    Best regards,
    Rikard

    #934912

    Oh my!
    I never thought about looking through browser source code to find the ID. Great idea!
    Thank you so much.

    #934955

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullwidth Easy Slider’ is closed to new replies.