Okay
  Public Ticket #1097655
Choose Variable Product auto Zoom-in
Closed

Comments

  •  2
    dschneider21 started the conversation

    Hi guys,

    it's me again :) 

    I'm not quite sure if this question wasn't asked from me but, every time me or a customer choose a variable from the dropdown list on a mobile phone, the theme automatically zooms in (Video attached).

    Your theme 'Oxygen' don't do this on mobile phones. Is it possible to fix this little layout error ? Or maybe I can switch to Oxygen, if this can't be fixed ?

    Kind regards,

    Dominic

  •  1,558
    Laborator replied

    Hi Dominic,

    This is caused by Safari and it seems we haven't fixed this on Aurum, can you please add the following CSS in your Custom CSS area to fix it:

    @media screen and (-webkit-min-device-pixel-ratio:0) { 
      select,
      textarea,
      input {
        font-size: 16px !important;
      }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
      select:focus,
      textarea:focus,
      input:focus {
        font-size: 16px!important;
      }
    }

    If you can't manage to fix it, please include your site credentials here by inserting them through Insert Credentials.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    dschneider21 replied

    Hi Art,

    thank you sooo much !

    Error fixed !

    Love your support.

    Have an awesome day,

    Dominic

  •  1,558
    Laborator replied

    Hi Dominic,

    Glad to hear that :)

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).  A huge thank you from Laborator in advance and have a great day!

    Will set this ticket as solved from here.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group