XF 2.2 Can the position of the jump arrows be changed?

You can try this in your extra.less template
Less:
.button.button--scroll {
    margin-bottom: 50px;
}
Adjust the 50px as you want and maybe use media queries if necessary.
Thanks, it moved them both up so moving in the right direction. Now there is a larger space in between the up and down arrows, think maybe the margin of the top arrow also has a 50px margin from the bottom of the top arrow?
 
Top Bottom