Remove Blank Space at end of Image Banner

Solved

Remove Blank Space at end of Image Banner

labmonster21
Tourist
3 0 3

Shop: labmonsterent.com

On a larger screen the gray bottom shows up - It looks fine but I want to remove it. I have tried numerous solutions I've found on the forum via the assets / css but nothing seems to work. Help please and thank you!!

labmonster21_0-1749056543676.png

 

Accepted Solution (1)
Moeed
Shopify Partner
7703 2070 2550

This is an accepted solution.

Hey @labmonster21 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.password-main>section:only-child {
    background: #121212 !important;
}
</style>

RESULT

Moeed_0-1749057776478.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7703 2070 2550

Hey @labmonster21 

 

Your website is password protected, can you share the password as well?

 

Best,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


labmonster21
Tourist
3 0 3

labs

Moeed
Shopify Partner
7703 2070 2550

This is an accepted solution.

Hey @labmonster21 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.password-main>section:only-child {
    background: #121212 !important;
}
</style>

RESULT

Moeed_0-1749057776478.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


labmonster21
Tourist
3 0 3

PERFECT. thank you!!

Moeed
Shopify Partner
7703 2070 2550

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications