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
44 0 7

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
363 90 90

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
44 0 7

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

Moeed
Shopify Partner
7484 2027 2486

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Muselabel
Excursionist
44 0 7

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

Rahul_dhiman
Shopify Partner
821 155 173

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Muselabel
Excursionist
44 0 7

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

IMG_2809.jpeg