Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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
@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
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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024