Center entries on customer log in pages

Center entries on customer log in pages

flammagreg
Trailblazer
276 0 39

Hi guys, 

 

Website: seraneeva.com

 

I've been stuck on this for a while. Does anybody know how to center the user entries on the customer log in pages? Pic for reference.

 

Screenshot 2024-06-07 at 2.04.51 PM.pngScreenshot 2024-06-07 at 2.08.07 PM.png

Reply 1 (1)

nvchien
Shopify Partner
55 23 14

Hi @flammagreg 

Please try to update CSS like below:

#customer_login label {
    left: 20%;
}
#customer_login input,
#create_customer input {
    margin-inline: auto;
}

 Hope this helps!

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.