Hello,
The most simple way is to custom your CSS.
Know how reach your Css files AND create a custom Css, go
here
and
here
At the end of your Css file (more easy to find it, later), use this kind of code :
- for put your description in the same "line" of your image :
[color=#ff0000]div#hikashop_product_bottom_part[/color] {
display: inline;
}
And for deplace your price information :
[color=#ff0000]div#hikashop_product_right_part[/color] {
display: block;
float: right;
}
Maybe your have to be more specific in your selector, if you see that this Css code is user on no required page.
Hope this will help you.
Regards,