Need help removing white space on password page - Dawn Theme

Hey,

Im currently setting up my webshop in the Dawn Theme. I have customized some parts of the theme, but on my password page (mobile) I have 2 blank white sections that I cant remove. Does someone knows or have a solution for this? Store URL: www.hans-hennes.no

1 Like

@antonioletelier ,

Share the store URL…

Sorry @oscprofessional , www.hans-hennes.com.

@antonioletelier - site not loading

@suyash1 Not loading? It should load straight into password page, but the problem is not on desktop but mobile. Try again at www.hans-hennes.no

@antonioletelier - strangely on mobile view of the browser it is showing fine, but try this css

@media screen and (max-width: 749px){
.password .shopify-section{margin:0}
}

Hey @suyash1 , the blank sections are unfortunate still on the page. After adding the CSS only the top blank section was removed, but there is still a blank section under. So it almost worked out, where do I add the css? Maybe I added it on the wrong asset.

@antonioletelier - add css to the very end of your base.css file

on browser I see like this hence not able to pin point the issue

@Buzkid - How?

@suyash1 - Still not able to remove, after adding the css to the base.css the blank section showed up on desktop as well … frustrating stuff ://

@suyash1 - As you can see, on mobile the blank section got bigger. On desktop its okay now, just needed to change banner image to “large”.

@antonioletelier - yes, I am not able to see any change on browser mobile section , I think it would be better to contact theme support

Hi @Antonioletelier

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

I think it’s not possible to remove that space. The reason is that the content of the page is not enough to fill the gaps. how to fix you can add my code at the end of file section.password.css

#MainContent{

background:black !important

}

#MainContent > section{

height:100% !important

}

Best Regards;

PageFly

1 Like

@PageFly-Victor Exactly what I was looking for. Thank you, the case is now solved.

you are welcome, I glad when can help you