How do i remove that white section?
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.
Please give us to store URL then i will provide code for it after that you can easily to remove the white section.
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
we will always here for your help. if given solution helping for you then please tap to like and accepted solution.
Thankyou
1 Like

