Home › Forums › WoodMart support forum › login/register at mobile › Reply To: login/register at mobile
February 13, 2018 at 8:44 pm
#39582
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Mobile Landscape and Mobile Custom CSS area in Theme Settings to fix this issue.
body #customer_login {
display: block;
}
Regards