Liquid, JavaScript, themes, sales channels
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
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
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022