Hello. Can someone please help me remove the empty white space on my password page when it is in mobile view. Navigate to SUNMOONANDSTARZ to see the problem.
Hi @cgray17
It has a Klaviyo section hiding in there. Please delete that section or remove section padding of that section
Hi @cgray17
This is Henry from PageFly - Landing Page Builder App
I see it working fine on live-view
Hi @cgray17
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 749px){
.banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 50rem !important;
}
}
- And save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
i tried this and it didnt work sadly i did everything right
where do i find this section im having same issue



