*

Bin Ren

  • **
  • 10 posts
Registration Page Structure Issues (Mobile Devices)
« on: February 06, 2018, 09:50:24 AM »
I use the phone (iphone 7) to open the landing page, the form undermined the structure. How should I solve this problem?
thank!

Marked as best answer by bin.ren on February 06, 2018, 10:03:05 AM
*

MB Themes

Re: Registration Page Structure Issues (Mobile Devices)
« Reply #1 on: February 06, 2018, 09:57:51 AM »
@Bin
It's because of recatpcha
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Bin Ren

  • **
  • 10 posts
Re: Registration Page Structure Issues (Mobile Devices)
« Reply #2 on: February 06, 2018, 10:05:07 AM »
@Bin
It's because of recatpcha

I just tried to shut down recatpcha, he really normal. If you want to use recatpcha how to modify it to look normal?
thank!

*

MB Themes

Re: Registration Page Structure Issues (Mobile Devices)
« Reply #3 on: February 06, 2018, 10:05:56 AM »
@Bin
Google recaptcha is not responsive, nothing worked for me.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Bin Ren

  • **
  • 10 posts
Re: Registration Page Structure Issues (Mobile Devices)
« Reply #4 on: February 06, 2018, 10:10:13 AM »
Thank you for your help!

*

MB Themes

Re: Registration Page Structure Issues (Mobile Devices)
« Reply #5 on: February 06, 2018, 10:54:48 AM »
@Bin
If you are using nocaptcha recaptcha plugin, you can try this css code:
Code: [Select]
@media screen and (max-width: 330px) {
  form#register #anr_captcha_field_1, .add_item .row #anr_captcha_field_1, #contact-wrap #anr_captcha_field_1 {max-width:250px;overflow:hidden;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Bin Ren

  • **
  • 10 posts
Re: Registration Page Structure Issues (Mobile Devices)
« Reply #6 on: February 06, 2018, 01:47:43 PM »
Hello there
Where is this code I put?

thank@!

*

MB Themes

Re: Registration Page Structure Issues (Mobile Devices)
« Reply #7 on: February 06, 2018, 02:21:32 PM »
@Bin
theme directory / css / style.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 138 posts
Re: Registration Page Structure Issues (Mobile Devices)
« Reply #8 on: February 06, 2018, 05:49:15 PM »
http://prntscr.com/iaz9lz ► data-size="compact" ► https://developers.google.com/recaptcha/docs/display


• My example:

<script src='https://www.google.com/recaptcha/api.js'></script>
<div align="center" class="g-recaptcha" data-theme="light" data-size="compact" data-sitekey="HERE YOUR DATA-SITEKEY FROM GOOGLE DEVELOPER"></div>