Password Page Blank Space at bottom of the page - Reformation Theme

Solved

Password Page Blank Space at bottom of the page - Reformation Theme

newgoodera
Tourist
10 2 3
 
Hello,

 

I am trying to remove the blank space in my password page.  I am using the Reformation theme from shopify.

Is there anyway that blank space is removed?

 

Best

Screenshot 2023-10-28 at 9.03.49 PM.png
Accepted Solution (1)

PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

Hi @newgoodera 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->password.css

#wrapper {
    min-height: 100vh;
}

Hope you find my answer helpful!
Best regards,
Richard | 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) 


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

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
9783 1214 1554

@newgoodera - please add this css to the end of your password.css file and check

 

@media only screen and (min-width: 768px){
.password-content {padding: 30px 0;}
}
To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

Hi @newgoodera 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->password.css

#wrapper {
    min-height: 100vh;
}

Hope you find my answer helpful!
Best regards,
Richard | 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) 


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