Hey guys! There’s a small white bar on the bottom of my webpage. How do I get rid of this?
Site no password, I am only using this to get emails thus far. ![]()
A user encountered a small white bar appearing at the bottom of their Shopify password/landing page and sought help removing it.
Solution Provided:
div#shopify-section-main-password-footer {
display: none;
}
Implementation Steps:
Status: The solution appears to address the visual issue by hiding the footer element. The helper included a screenshot showing the expected result and requested the original poster mark the response as a solution if successful.
Hey guys! There’s a small white bar on the bottom of my webpage. How do I get rid of this?
Site no password, I am only using this to get emails thus far. ![]()
Hi @grind I have checked your website, and there is no white space, but there is a black bar now, if you want to remove that then add this code in your theme.css/base.css/style.css file which is available in your theme.
div#shopify-section-main-password-footer {
display: none;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil