How To Remove White Space Below Navigation

brandpanelmedia
Excursionist
15 0 3

Good Afternoon,

I hope you have been well today and having a good day thus far!

I would be grateful if there was anyone who could help us with a solution to remove the white space below the navigation on our clients' website. You can notice it on the desktop version, however, on the phone version, the gap is quite big.

We have inspected the site, and reduced the padding elements on both the desktop and mobile, but cannot seem to find the code on either the timber.css, theme.sccs, or header.liquid files, to amend it here to take effect on the live site.

The website is www.glassimages.co.uk

We would be grateful if anyone could help us find the right theme code to amend.

Kindest Regards,

Michelle 

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @brandpanelmedia 


Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here. and also share screenshot to which section do you want to remove the gap

diego_ezfy
Shopify Partner
2936 562 883

@brandpanelmedia,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:

<style>
@media (max-width: 425px){
    [id] .main-content{
margin-top: 0 !important;
    
}
}
</style>




Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

LitExtension
Shopify Partner
4860 1001 1133

Hi @brandpanelmedia,

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

@media screen and (max-width: 768px){
.main-content {
margin-top: 70px!important;
}
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify