Logic Machine Forum
Slider - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Slider (/showthread.php?tid=5281)



Slider - Fahd - 04.03.2024

Hi guys, I'm unable to slide the slider from maximum to minimum; it gets blocked before reaching the minimum. P
lease watch the video from this link ,  https://www.kapwing.com/65e5932f32bbfc8c809e004e/studio/editor
I've tried it with different web browser.


RE: Slider - admin - 04.03.2024

Post your Custom CSS.


RE: Slider - Fahd - 04.03.2024

.slider-alt .slider-min,
.slider-alt .slider-max {
display: none;
}
.slider-alt .slider {
overflow: hidden;
padding: 13px 0;
}
.slider-alt .slider-v .slider {
height: 250px;
width: 52px;
}
.slider-alt .slider-value {
display: none;
}


RE: Slider - admin - 04.03.2024

Remove the line with padding: 13px 0;


RE: Slider - Fahd - 04.03.2024

Thanks a lot !