- Posts: 9
- Thank you received: 0
Reposition Text on Product Page
15 years 1 month ago #24497
by akallis
Reposition Text on Product Page was created by akallis
I was wondering if there is a way to reposition the text description on the individual product page so that it floats to the the right of the image and below the price and "add to cart" button. I can code html and css but not really comfortable making changes to the php without guidance.
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #24505
by nicolas
Replied by nicolas on topic Re: Reposition Text on Product Page
You will have to edit the file "show" of the view "product" via the menu Display->Views and move the div with the id hikashop_product_description_main at the end of the div hikashop_product_right_part
Please Log in or Create an account to join the conversation.
15 years 1 month ago #24515
by akallis
Replied by akallis on topic Re: Reposition Text on Product Page
I followed the above instructions and moved the span (couldn't find a div with this id) with id of hikashop_product_description_main to the end of the div with id of hikashop_product_right_part.
However, the price, stock info, and "add to cart" button are now below the image with the description, instead of the description being moved up to the right side.
Did I miss understand where to put it or did I move the wrong thing?
Thanks!
However, the price, stock info, and "add to cart" button are now below the image with the description, instead of the description being moved up to the right side.
Did I miss understand where to put it or did I move the wrong thing?
Thanks!
Please Log in or Create an account to join the conversation.
15 years 1 month ago #24516
by nicolas
Replied by nicolas on topic Re: Reposition Text on Product Page
That's correct. You now need to set a width in CSS to the hikashop_product_right_part div so that it can fit on the right side of your product image.
Please Log in or Create an account to join the conversation.
Time to create page: 0.156 seconds