-
-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Labels
Description
Is it possible to put the two ticks at the left and right ends at EXACTLY the two ends of the bar? By default the tick at the left end has some offset to the right side, and the tick on the right has some offset to the left side. I customized the CSS by:
.rzslider .rz-ticks .rz-tick {
margin-left: 0px;
}
It removes the offset of the tick on left side, but the line of
margin-right: 0px;
doesn't seem to affect the tick at the right end.
Thanks.