• Resolved makmerghen

    (@makmerghen)


    Hello
    we used this java code to fix registration form if has 2 columns from appear in mobile as one column

    <script type="text/javascript">
    jQuery(document).ready(function() {
       setTimeout(function() {
          jQuery(".um.um-register").removeClass("uimob500");
          jQuery(".um.um-register").removeClass("uimob800");
          jQuery(".um.um-register").removeClass("uimob960");
       }, 1000);
    });
    </script>

    its fix temporary fix but there are an issue will show it to you in this video
    at begining it appear as 2 column but once click on any field it became one columns
    https://www.mediafire.com/file/uqaj79rir0akiaz/registration+form+issue.mp4/file
    so please help
    best regards

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter makmerghen

    (@makmerghen)

    Dear @champsupertramp
    I got this message
    um um-register um-944 uimob960
    best regards

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @makmerghen

    The grid class is correct. It should set the fields to 2 columns with this class uimob960. Did you check if there’s any conflict with your custom CSS?

    Regards,

    Thread Starter makmerghen

    (@makmerghen)

    Dear @champsupertramp I delete the custom css I added and I got the same result
    okay it gave 2 columns but some thing not right in the design happened such ass when click on some field this field become bigger and the 2 columns became one and then become 2 again

    whatever thanks for trying to help
    best regards

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @makmerghen

    UM, form’s multiple columns are not designed for mobile or small sizes devices. So I think the custom code is conflicting with the default responsiveness function.

    Regards,

    Thread Starter makmerghen

    (@makmerghen)

    Dear @champsupertramp thank you for let me know
    best regards

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Sorry that we couldn’t fully resolve the issue.

    Regards,

    Thread Starter makmerghen

    (@makmerghen)

    Dear @champsupertramp no problem at all you are always give a perfect help
    best regards and wish you all the best

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know.

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘2 columns form not adjusted in mobile view’ is closed to new replies.