Happening now! Exclusive AMA: Streamlining Fulfillment and Delivery with Shopify Experts | Ask your questions to be answered by our team!

Password page is too long with my pipeline theme.

Solved

Password page is too long with my pipeline theme.

iceymonski
Tourist
12 0 3

Hi there, I'm new to shopify and not an expert, in need of help. My password page is too long and doesn't show the video in the bottom. I want my password page to just be shorter so my video that i already have going under it can show in the same screen. I don't want the full video showing.. just the top half so users know I have a video under that password page. My theme is pipeline. Thanks

 

Screen Shot 2024-08-25 at 2.18.02 AM.pngScreen Shot 2024-08-25 at 2.18.12 AM.png

 

Accepted Solution (1)
namphan
Shopify Partner
1051 131 166

This is an accepted solution.

Hi @iceymonski,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.password-section, 
.password__wrapper {
    width: 100%;
    height: 80vh;
}
.password__outer {
    height: 80vh;
}
.shopify-section.password-section+.shopify-section {
    padding-top: 0vh;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 5 (5)

namphan
Shopify Partner
1051 131 166

Hi @iceymonski,

Please send me the password page link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
iceymonski
Tourist
12 0 3

Hi. It's suvski.com

 

Thanks

namphan
Shopify Partner
1051 131 166

This is an accepted solution.

Hi @iceymonski,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.password-section, 
.password__wrapper {
    width: 100%;
    height: 80vh;
}
.password__outer {
    height: 80vh;
}
.shopify-section.password-section+.shopify-section {
    padding-top: 0vh;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
iceymonski
Tourist
12 0 3

It worked! Thank you very much

namphan
Shopify Partner
1051 131 166

Hi @iceymonski,

If you have any questions, you can contact me directly.
Nice to meet you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com