hi! how do i delete this space between the nav bar and the image
I have checked your store. I can fix that
Hi @ln3635 ,
Please follow the instructions below
- In your Admin store, click Online store > Themes
- Go to the theme you want to edit, click Actions > Edit code
- In your Asset folder, open the theme.min.css (or your global/ common CSS file) and add the code below
.wrapper.main-content.page-main--wrapper {
margin-top: 0;
}
Can you please help me with this
https://community.shopify.com/topic/1644487
Is it possible to only apply to the Press page? It’s also affecting other pages like this: https://lunanectar.com/blogs/chronicles/how-to-grow-lashes-brows-naturally
Hi @ln3635 ,
Please replace provided code with the code below. The code calls the forth element div only.
#PageContainer > div:nth-child(4) {
margin-top: 0 !important;
}
Hey @ln3635 .
Thanks for reaching out.
I appreciate that you have included a screenshot of the space you would like to have removed as that is very helpful! Could you let us know which theme you are using? As this context will determine the next steps to remove the space/padding between the navigation menu and the first section on the online store.
If you are unsure about which theme is live on your store, you can navigate to the Theme Editor and select the three dots that are appearing towards the top left of the page. I took a screenshot from my test store to show you the section I am referring to:
Looking forward to your response.
The theme is flow by Eight thanks
Hey @ln3635 .
Thanks for the quick response and letting us know.
While I was looking into the coding of the Flow theme, I noticed that is third-party theme is designed and supported by Eight Themes. Since the theme was not developed directly by Shopify, we are a bit unfamiliar with the style of coding that is used within the theme.
In this case, I would suggest reaching out to the developers of the third-party theme with this inquiry as they would be in the best position to provide you with additional support and insight. I came across their Contact Us page and wanted to provide it.
Let me know if you have any questions.

