Skip to content
Discussion options

You must be logged in to vote

Hi @jaydavies16129, the free-sort 'done' button is inside of a div, and you can move the button to the right by setting that div's text-align CSS property to right. I think the easiest way to do that is to edit this line of the plugin:

html += '<div><button id="jspsych-free-sort-done-btn" class="jspsych-btn" '+

So that the text-align: right; CSS rule is set in the div's in-line style, like this:

    html += '<div style="text-align:right;"><button id="jspsych-free-sort-done-btn" class="jspsych-btn" '+ 

Let us know if that works for you, and if you have any questions.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jaydavies16129
Comment options

You must be logged in to vote
1 reply
@becky-gilbert
Comment options

Comment options

You must be logged in to vote
1 reply
@becky-gilbert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants