navigation menu jumps down a little bit when another page is selected from the home page

Solved

navigation menu jumps down a little bit when another page is selected from the home page

EdensBakehouse
Excursionist
26 0 9

When you are on the homepage and you select another page from the navigation menu, the menu seems to jump down a bit. If you switch between pages it doesn't seem to happen. Only when you select another page from the homepage.

 

Is there a way i can fix this?

 

edensbakehouse.nl

yuidri

Accepted Solution (1)

Moeed
Shopify Partner
6567 1783 2161

This is an accepted solution.

Hey @EdensBakehouse 

 

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>
a.header__heading-link.link.link--text.focus-inset {
    padding-bottom: 0.75rem !important;
}
</style>

RESULT:

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


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
6567 1783 2161

This is an accepted solution.

Hey @EdensBakehouse 

 

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>
a.header__heading-link.link.link--text.focus-inset {
    padding-bottom: 0.75rem !important;
}
</style>

RESULT:

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