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
Hi @iceymonski ,
Please send me the password page link, I will check it for you
Hi. It’s suvski.com
Thanks
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 ![]()

