Re: How can I remove the extra space that's on top of my home page? (SENSE THEME)

How can I remove the extra space that's on top of my home page? (SENSE THEME)

Muselabel
Excursionist
30 0 4

Hello,

I have some extra space on top of my home page that I want to get rid off. I don't understand why it's up there. I don't even make use of an announcement bar.

 

The link of my store: https://muselabel.nl/

 

Foto 13-07-2024 om 13.43.jpeg

Replies 6 (6)

Raj-webdesigner
Shopify Partner
343 83 82

Add this css in your edit code > base.css file

    .section-header {
        margin-bottom: 0 !important;
    }

 

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Muselabel
Excursionist
30 0 4

It does help, but not on my mobile phone. Do you have a solution for this?

Moeed
Shopify Partner
4968 1317 1599

Hey @Muselabel 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.section-header {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1720872176040.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Muselabel
Excursionist
30 0 4

It does help, but not on my mobile phone. Do you have a solution for this?

Rahul_dhiman
Shopify Partner
462 93 96

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

@media screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px !important;
}
}

and the result will be
18.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Muselabel
Excursionist
30 0 4

It does work on my desktop but not on my mobile phone. Do you have another solution for this problem?

IMG_2809.jpeg