Description on the right?

  • Posts: 51
  • Thank you received: 1
11 years 9 months ago #89911

s446956729.onlinehome.us/index.php/compo...ammered-bar-necklace

I've looked around in Hikashop and it looks as though this is not possible. However, I am really interested in seeing if there is a possibility in placing the description of the products to the right of the image.

Is this possible?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #89973

Yes it's possible, you have to edit the view "product / show_default" and move the description part before the end of the "hikashop_product_right_part".

www.hikashop.com/fr/support/documentation/faq.html#layout

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 1
11 years 9 months ago #90037

Ok, I did this and it worked some products:
s446956729.onlinehome.us/index.php/compo...uct/24-disc-necklace

But not on others:
s446956729.onlinehome.us/index.php/dress...oduct/33-lewis-dress

How can I make sure it works for ALL products?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #90068

You have to set a width to the div of the description, else if the div is too large it jump under.

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 1
11 years 8 months ago #90077

Ok. Sounds like plan. Except I'm not exactly sure how to do that.

What code should I use to dictate the the width?

And where should I put it?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #90150

In HikaShop > Configuration > Display > CSS, edit the Front end CSS file and add/edit the class: .hikashop_product_right_part{} to add a width of 300px (for example) or less.
You should have something like:

.hikashop_product_right_part{
    float: left;
    padding-left: 1px;
    width: 300px; 
}

www.hikashop.com/fr/support/documentation/faq.html#css

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 1
11 years 8 months ago #90210

That worked perfectly, thank you very much.

Please Log in or Create an account to join the conversation.

Time to create page: 0.079 seconds
Powered by Kunena Forum