Please provide custom css or provide the fixed template css files for the following:
Buttons should be on that nrxt line, below the text.
Register & Cancel should be below the form:
The button is unreadable:
modernmagic
May I know on which page I can see like your first 2 screenshots? When I don't login >> add a product to cart >> show cart and it looks fine:
And the 'Show Cart' text also displays normally too:
https://new.retaildisplayusa.com/index.php/login-register/user/editaddresscartBT
You can try this custom css to fix the button position:
#userForm .control-buttons button { float: left; } #userForm .control-buttons button[type="reset"] { margin-top: 0; } #userForm .control-buttons .reg_text { width: 100%; }
That fixed it.