We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Header is bigger on home page

Solved

Header is bigger on home page

Geltier
Excursionist
30 0 8

Of any unknown reason, the header in the home page is become longer.. We wish to have the same size of it as all other pages on the site. It is problem both in desktop and mobile view.


Thank you in advance


Best regards
BjornSkärmavbild 2024-08-15 kl. 11.08.14.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Sorry, please update the code 

.header h1.header__logo { margin: 0; }

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 10 (10)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Your store link please? 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Geltier
Excursionist
30 0 8

geltier.com

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve the issue 

.header__logo h1 { margin: 0; }

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Geltier
Excursionist
30 0 8

did not work 😕 no change happened

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Sorry, please update the code 

.header h1.header__logo { margin: 0; }

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Moeed
Shopify Partner
7764 2082 2567

Hey @Geltier 

 

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>
.header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
</style>

RESULT:

Moeed_0-1723714486622.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


Geltier
Excursionist
30 0 8

Hi!

The problem is that your code works for home page, but the the other pages on the site gets even smaller.

ProtoMan44
Shopify Partner
772 60 115

@Geltier can you please put this style in code:

header .header {
    padding-top: 0;
    padding-bottom: 0;
}

 

ProtoMan44_0-1723714568743.png

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
Geltier
Excursionist
30 0 8

The problem is that your code works for home page, but the the other pages gets even smaller

ProtoMan44
Shopify Partner
772 60 115

@Geltier so please replace the old code with it:

header h1.header__logo {
    margin: 0 !important;
}
- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!