Larger text in inventory widget

  • Boquete3
    Asked on August 14, 2020 at 8:41 AM

    The CSS code I was given to add to inventory widgets so auto zoom on iphones didn't function has quit working. Here's what I'm using now.

    .checklist input[type=number], .checklist select.item {


    font-size: 16px! important;

  • Bojan Support Team Lead
    Replied on August 14, 2020 at 9:36 AM

    Greetings.

    Can you please let us know if the solution you have provided works for you, or you need any additional assistance.

    Please note that it is advised that you clone the curly bracket after the CSS rule. I have checked your form, and it looks like you forgot to place it.

    Thank you for your cooperation. 

  • Boquete3
    Replied on August 14, 2020 at 9:38 AM

    You did not provide a solution. I didn't forget to do anything. I copied and pasted the CSS code I received here. Please send the code exactly as I should be using it.

  • Boquete3
    Replied on August 14, 2020 at 9:42 AM

    the code I included above worked for a while and then stopped working.

  • jherwin
    Replied on August 14, 2020 at 10:30 AM

    I checked the CSS injected into your inventory widget and the curly bracket is missing at the end of the code.

    Here's the screencast for reference:
    1597415264qYpVnnh2Pw Screenshot 10
    Please update all CSS code injected into your inventory widgets with this:

    .checklist input[type=number], .checklist select.item {
        font-size: 16px! important;
    }

    Give it a try and let us know how it goes.

  • Boquete3
    Replied on August 15, 2020 at 11:14 AM

    Apparently, that missing bracket does not always result in the zoom being active. I updated the code in the first four widgets and had my client check on her iphone. She said all of the widgets were behaving properly, not just the first four. Strange. I'll update the code in all of them. Thank you.