Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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;
}
Hi @iceymonski,
Please send me the password page link, I will check it for you
Hi. It's suvski.com
Thanks
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;
}
It worked! Thank you very much
Hi @iceymonski,
If you have any questions, you can contact me directly.
Nice to meet you 😊
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025