WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: svsanchez on June 07, 2017, 05:49:18 AM

Title: Options Select Box too small in Bakery
Post by: svsanchez on June 07, 2017, 05:49:18 AM
Hello everyone, I am having a problem with the Options Select Box which is too small and cuts the visible content. You can see what I mean here:

http://arreglosyfrutas.com/pages/catalogo/arreglos/de-amor-y-aniversario.php

For example, you can see the first item shows "Grande, Q 37" as if it costs Q37... But when you click the options box arrow it shows the correct price of Q375!

I searched the frontend.css but couldn't find anything that changed the width of the option box. I also searched the file view_overview.php without luck.

Could someone please tell me where to make the options select box a little bit wider?

Thank you!
Title: Re: Options Select Box too small in Bakery
Post by: dbs on June 07, 2017, 07:17:50 AM
Hi, change in frontend.css line 73 width from 100 to 130
Code: [Select]
.mod_bakery_main_select_f {
    width: 100px;
}
Title: Re: Options Select Box too small in Bakery
Post by: svsanchez on June 07, 2017, 08:03:54 AM
Hello dbs, thank you for your suggestion, I had already tried changing that (to 200) before posting here but it didn't work. However it seems it was probably due to my cache, because I tried again with the 130 you suggested and although it still doesn't work on my PC, it seems to be working on my other computer (although it is a much larger screen so I'm not sure).

I will check tomorrow on a colleague's computer to make sure.

Thanks again!!! (Y)
Title: Re: Options Select Box too small in Bakery
Post by: dbs on June 07, 2017, 08:10:11 AM
Try CTRL+F5
I see in Firefox, Chrome and IE the new width. But in IE it seems 130 are a little bit to small.
Title: Re: Options Select Box too small in Bakery
Post by: svsanchez on June 07, 2017, 04:56:58 PM
Dbs, that Ctrl + F5 trick was amazing!

Ok so it worked on my computer with Ctrl + F5 and it also worked on my colleagues computer. I increased the size to 140 for IE (do people really still use that?)

Thanks again man! (Y)