Page 1 of 1

Mini Version of Slider not displaying properly

Posted: Tue Sep 08, 2020 4:28 am
by anywhere

Hi
The mini version of the slider is not displaying properly.
Theme flat-ui.

slider.PNG
slider.PNG (8.99 KiB) Viewed 1433 times

Re: Mini Version of Slider not displaying properly

Posted: Thu Sep 10, 2020 5:04 pm
by Serhii Kulibaba

Hello,

Please add the custom CSS code to fix it:

Code: Select all

.ui-slider.ui-mini .ui-slider-track{
	left: 50px;
	width: -webkit-calc(100% - 50px);
}

Re: Mini Version of Slider not displaying properly

Posted: Tue Sep 15, 2020 3:33 pm
by anywhere

Thank you.