Hello,
For your needs I suggest you to use/modify your Css code, for customize your product page via your Css,
have a look on this link,
here
.
Note : I advice you to edit your Css file at the end, later that will be easier to find and correct it.
You must use this kind of Css Code :
input#hikashop_checkout_next_button {
position: relative;
bottom: 125px;
}
Legend :
- Your selector or element target
- Your command or action you want to modify
- Your value for your modification
To learn more about Css code and their properties, I invite you to read this source,
here
you will see that lots of things can be customed like
this one
for positioning.
Hope that will help you.
Regards,