The tutorial will cover:
✔︎ Using the Progress Tracker
✔︎ Rotating the Progress Tracker
✔︎ Making responsive amendments
✔︎ And much more!
Custom code:
.elementor-scrolling-tracker.elementor-scrolling-tracker-horizontal {
width: 50vh;
}
@media (min-width: 361px) {
.elementor-scrolling-tracker.elementor-scrolling-tracker-horizontal {
width: 50vh;
}
}