Problems with the page view for multiple choice

GK User
Thu Jun 04, 2015 10:00 am
In my products page the multiple choice options are all over the one side of the page but only when logged in when not logged in it is not as bad. The options are not active see here as they are pushed over to the right of the page http://goo.gl/TXon0g (in firefox). Usually the customer needs to be logged in to see this but I have changed the access level so you can see it without being logged in. All the other pages that have these options have the same problem.
It is really bad in firefox and not quite so bad in chrome and internet explorer but still does not fit into the page.

Also another problem is that I am using key captcha which works with hikashop and for some reason it is not allowing entry of the form so customers cannot register. Is there another captcha that is not hard to read that I can use here to protect the form.?

I will watch this forum closely and send you superuser details hopefully if you can get back to me shortly as I do not know which one of you to send it to.

Thanks so much I really hope this can get sorted soon, I did not know about it until a new customer tried to register and use the form.
Sandra
User avatar
Senior Boarder

teitbite
Sat Jun 06, 2015 2:29 pm
Hi

What exactly You have in mind ? Here is this page screen in my firefox. I do not see anything out of order.
User avatar
Moderator

GK User
Mon Jun 08, 2015 10:37 am
Ihave improved it a bit but now The dropdown screen (colour choice) box is too big for the page and does not show the drodown arrow.
Whereas the boxes below are complete and show the dropdown arrow.
It is 318px wide (too wide for the page) and the other is only 240px wide and I can not find where to alter this?
Sandra
User avatar
Senior Boarder

teitbite
Tue Jun 09, 2015 8:55 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.hikashop_product_options_table .chzn-container {
    width: 235px !important;
}
User avatar
Moderator

GK User
Wed Jun 10, 2015 8:46 am
Thank you that worked. Hooray!!
User avatar
Senior Boarder


cron