japong wrote: I want all the content to be displayed on the right side of the image. Is that possible?
It sure is possible. There are various ways to do so and all require knowledge of CSS, some HTML, eventually a little PHP, and using a browser console like Firebug:
1. The simplest way:
Enable the CSS which comes with HikaShop (again, see the documentation link I just gave you). It will change numerous other display details in your shop, all of which you'll want to modify back to how you prefer things to appear. You will probably also try out turning HikaShop' "Use bootstrap design" display feature on or off.
There'll be immediate effect on your product page, but it'll cost you quite some work to have colours, fonts and other things set to the overall template style.
2. The "custom CSS" way:
Apply your own CSS to product page and else - via the template's "custom.css" file***. It's also quite some work, especially if it's to be properly responsive, but you'll get exactly what you want based on your template style.
3. The "expert" way:
Edit HikaShop views and add YT's UIkit grid and other classes included with the template. Honestly, I don't think that's "your cup of tea"

but since YT templates are not Bootstrap, it's the way to make HikaShop looking best and being perfectly responsive in a YT template.
Anyway, I hope this helps. In any case, you'll need to do the work yourself, or hire someone to do it for you.
*** I notice that you added the CSS I gave you earlier for the pagination to the "theme.css" file of your template style. Do not use YT's Customizer anymore, or you'll lose this addition! It's always better to use a custom.css file for customisation purposes.