Layout inconsistency

  • Posts: 3
  • Thank you received: 0
12 years 8 months ago #48858

Hi All

Can someone tell me why sometimes the "options" , "price" and "Add to Cart" are below the image and, sometime they are to the right.

In the admin the products are set up in the same manner.

Thank You.

Attachments:

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

  • Posts: 83124
  • Thank you received: 13419
  • MODERATOR
12 years 8 months ago #48884

That's because of the width of the area. If you don't want that, just add some CSS like that:
.hikashop_product_right_part{ width 45%; }

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

  • Posts: 3
  • Thank you received: 0
12 years 8 months ago #48886

Hi Nicolas

Thank you for your super fast reply.
but I am not a CSS pro
where in the CSS do I add that line.

We would prefer to see the details on the right not below.

Many Thanks

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

  • Posts: 83124
  • Thank you received: 13419
  • MODERATOR
12 years 8 months ago #48937

You can add that CSS either in your template's CSS file or in the hikashop front end CSS file that you can edit via the Display tab of the configuration. Make sure that you save the configuration after adding it and that you clear your browser's cache.

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

  • Posts: 3
  • Thank you received: 0
12 years 8 months ago #48944

Once more thank you for your fast reply.

My question is when editing the CSS via the Display tab of the configuration,
as per the attached image, is the highlighted line the correct location to add

.hikashop_product_right_part{ width 45%; }


Thank you

Attachments:

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

  • Posts: 83124
  • Thank you received: 13419
  • MODERATOR
12 years 8 months ago #48994

That modification is not correct. You should add the line of code I gave you at the top or at the beginning of the file.

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

  • Posts: 179
  • Thank you received: 17
12 years 8 months ago #49012

I think it should be :

.hikashop_product_right_part{ width: 45%; }

If Im correct a colon was missing, but besides that, dont worry about there being two declarations of the type .hikashop_product_right_part on the css file, they will integrate quite happily, it is easier for you to put it at the top of the file so you can see you modifications you have made in this instance.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum