I've wanted to make the slider-track thicker (not longer) and have used the following JavaScript code to accomplish this:
jQuery(".track").css("height", "30px");
However, the result is that the slider handle is now vertically misaligned with the track. Any idea how to fix this?

Question
How to get a thicker slider-track that's still vertically aligned with the slider handle
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
