Okay
  Public Ticket #3514110
n the mobile version, the picture of the wheel and numbers do not load completely.
Closed

Comments

  • Stefan Stadtmann started the conversation

    Hello

    1.  In the mobile version, the picture of the wheel and numbers do not load completely.

    What needs to be done to make it look like the desktop version?

    2. How to add Google recaptcha to a form?

    Attached files:  photo_5343953564617264626_y.jpg

  •  1,906
    WebWizards replied

    Hi Stefan,

    (1) Please try adding this CSS to your site:

    .wprw-hold {
        position: absolute !important;
        clip: rect(0, 20em, 20em, 10em) !important;
        width: 20em !important;
        height: 20em !important;
    }
    

    After adding it, could you confirm if this still happens?

    Or if you can share a temporary backend login to your site so we can test directly, that would be quite helpful as well.


    (2) Currently this would only be possible via custom code, by modifying the PHP template of the page.


    Kind regards,

    Thomas