With the last update to Easysocial 2.0.9 the rendering of Docker on mobile platforms has broken. The bar is now displaying all of the individual fields whereas it previously reduced the fields displayed on mobile devices. As a result the login button is now off of the screen on small phones. The problem is due to the removal of this statement from the style.min.css file in the Wireframe template:
#es.es-docker.is-top.is-mobile .docker__search ...... {display:none;}
If you are viewing our site you will not see the problem now as we needed to revert to the css file from version 2.0.8 in order to maintain usability of the site on mobile platforms.