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?
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
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?
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
Oh my!
I never thought about looking through browser source code to find the ID. Great idea!
Thank you so much.
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