Shopify themes, liquid, logos, and UX
Hi there,
I need to know that how can I vertically middle align my login page content and also horizontally center align the forgot password link in the login page.
Thank You
website : https://www.corenhance.store/account/login
password : cn@2025
Solved! Go to the solution
This is an accepted solution.
Hi @corenhance
Please add this code to theme.liquid file in Online Store > Themes > Edit code
<style>
#MainContent:has(.login) {
display: flex;
align-items: center;
justify-content: center;
}
#MainContent:has(.login) .login a {
width: auto;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey @corenhance
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
main#MainContent {
align-content: center !important;
}
form#customer_login {
place-items: center !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @corenhance
Please add this code to theme.liquid file in Online Store > Themes > Edit code
<style>
#MainContent:has(.login) {
display: flex;
align-items: center;
justify-content: center;
}
#MainContent:has(.login) .login a {
width: auto;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
You are very welcome!
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @corenhance, thanks for reaching out.
To address the issue, please help me go to your Theme => Online store => Customize => Theme settings => Custom CSS and insert the following custom code:
form#customer_login {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
You can take a look at the expected result here:
I hope my solution is helpful to you, and please feel free to feedback.
Esther
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025