Skip to main content

Layout inconsistency

More
14 years 4 months ago #48858 by ucloud
Layout inconsistency was created by ucloud
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.

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

More
14 years 4 months ago #48884 by nicolas
Replied by nicolas on topic Re: Layout inconsistency
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.

More
14 years 4 months ago #48886 by ucloud
Replied by ucloud on topic Re: Layout inconsistency
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.

More
14 years 4 months ago #48937 by nicolas
Replied by nicolas on topic Re: Layout inconsistency
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.

More
14 years 4 months ago #48944 by ucloud
Replied by ucloud on topic Re: Layout inconsistency
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

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

More
14 years 4 months ago #48994 by nicolas
Replied by nicolas on topic Re: Layout inconsistency
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.

More
14 years 4 months ago #49012 by rikatos
Replied by rikatos on topic Re: Layout inconsistency
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.196 seconds
Powered by Kunena Forum