Liquid, JavaScript, themes, sales channels
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
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023