Center boxes on customer log in pages

Solved

Center boxes on customer log in pages

flammagreg
Trailblazer
276 0 39

Hi guys, 

 

Website: seraneeva.com

 

How can I center the boxes on the customer log in, create account, and forgot your password pages? And how can I remove the words on the right side of the entries on the create account and forgot your password pages? Pic for reference: 

Screenshot 2024-06-09 at 10.09.26 AM.png

Accepted Solutions (2)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @flammagreg 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

#create_customer input, form[action="/account/recover"] input {
   margin-left: auto;
   margin-right: auto;
}

#create_customer label, form[action="/account/recover"] label{
  left: 120px;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @flammagreg, Pls insert this code to your file css: 

@media only screen and (min-width: 768px) {
  form#customer_login {
    width: 360px !important;
  }
    div#CustomerLoginForm {
      display: flex;
      justify-content: center;
    }
  }

Here is result: 

BSSCommerceHDL_0-1717954964421.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @flammagreg 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

#create_customer input, form[action="/account/recover"] input {
   margin-left: auto;
   margin-right: auto;
}

#create_customer label, form[action="/account/recover"] label{
  left: 120px;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

flammagreg
Trailblazer
276 0 39

Could you do it for the log in page too?

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @flammagreg, Pls insert this code to your file css: 

@media only screen and (min-width: 768px) {
  form#customer_login {
    width: 360px !important;
  }
    div#CustomerLoginForm {
      display: flex;
      justify-content: center;
    }
  }

Here is result: 

BSSCommerceHDL_0-1717954964421.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now