2 columns form not adjusted in mobile view
-
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
- The topic ‘2 columns form not adjusted in mobile view’ is closed to new replies.