How can I eliminate the white section from my page?

Topic summary

A user encountered unwanted white space on their Shopify store page and sought help to remove it.

Solution provided:

  • Add custom CSS code to the theme.liquid file (located in Online Store > Edit Code)
  • Insert the code snippet above the </body> tag
  • The CSS targets the footer element with margin-top: 0 !important;

Outcome:
The solution successfully resolved the white space issue. The user confirmed it worked and thanked the helper.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

How do i remove that white section?

@Rinuski

Please give us to store URL then i will provide code for it after that you can easily to remove the white section.

https://humanishclothing.myshopify.com

@Rinuski

Thankyou for giving store URL

Please add the given code above in theme.liquid

online store >> edit code >> theme.liquid

footer.footer { margin-top: 0!important; }

after added

Thank you!

1 Like

@Rinuski

we will always here for your help. if given solution helping for you then please tap to like and accepted solution.

Thankyou

1 Like