Copy and paste one of the codes below that you want between
<style tyle=”text/css”> and </style>
The buttons in the top right corner (where they are orginally at):
#tumblr_controls {
top: 4.30% !important;
margin: -28px 0 0 0;
right: 1px !important;
position: fixed !important;
}
The buttons in the bottom right corner :
#tumblr_controls {
top: 100% !important;
margin: -28px 0 0 0;
right: 5px !important;
position: fixed !important;
}
To put the controls in your own place:
#tumblr_controls {
top: PUTPERCENTHERE% !important;
margin: -30px 0 0 0;
right: PUTNUMBERHEREpx !important;
position: fixed !important;
}