You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, some of my participants were complaining that the sliders don't align well with the buttons for the MUSHRA test. This is how they are looking like:
To fix this you need to add this line to the JS code of the question in the combined template: jQuery("#"+this.questionId+" .track").css({"margin-top": "30px"})
And it'll look like this:
In case anyone wanted to adjust it :)
The text was updated successfully, but these errors were encountered:
Hi Pilar, thanks for this. This problem only exists in the Flat and Modern layouts, so adding this JS bumps the sliders out of alignment in the Classic layout. I'll try to find a general fix to add to the template! 😊
Hi, some of my participants were complaining that the sliders don't align well with the buttons for the MUSHRA test. This is how they are looking like:
To fix this you need to add this line to the JS code of the question in the combined template:
jQuery("#"+this.questionId+" .track").css({"margin-top": "30px"})
And it'll look like this:
In case anyone wanted to adjust it :)
The text was updated successfully, but these errors were encountered: