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.
This code may fit your request :
li.span3.hikashop_product {
position: relative;
}
.hikashop_product_stock {
position: absolute;
bottom: 10px;
width: 100%;
}
- Your selector or the target.
- Your command or action.
- Your parameter or details of action.
As you can see the "position : absolute" can only works if you have a container with a define position command, here "position : relative".
To learn more about Css code and their properties, I invite you to read this source,
here
and maybe more especially
this one
for position settings.
Hope that will help you.
Regards,