Solved

Navigation bar fixed(Minimal Theme)

Annieann
New Member
6 0 0

 

Annieann_1-1637313132075.png

 

 

Hello,

I want to the Navigation bar fixed, which allows my products categories(navigation bar) be fixed on page, when scrolling down from the PC monitor and  the mobile. 

Shopify Theme: Minimal Theme

The previous post did not solve this issue.

 

Pls assist.

Thank you!

 

 

Accepted Solution (1)

DMT-Mike
Shopify Partner
25 6 9

This is an accepted solution.

Hi Annieann,

 

Here's a simple guide to adding a fixed header to your store!

 

Open your stores dashboard --> Online Store --> Actions --> Edit Code --> Open 'theme.scss.liquid' -->

At the bottom of the file copy and paste this code and you should have your fixed header:

 

/* Fixed Header Solution */

#shopify-section-header {
	position: fixed !important;
  	z-index: 100;
  	width: 100%;
  	top: 0;
}

.site-header {
	background-color: white;
}

.main-content {
	padding-top: 200px;
}

/* --------------------- */

 

Let me know if this works for you!

 

NOTE: If you edit any files on your store, I advise that you duplicate the theme before doing so and editing the duplicated theme instead. This will prevent your live site from breaking if something goes wrong.

Need expert help with your Shopify Website? Get in touch.

View solution in original post

Replies 7 (7)

DMT-Mike
Shopify Partner
25 6 9

This is an accepted solution.

Hi Annieann,

 

Here's a simple guide to adding a fixed header to your store!

 

Open your stores dashboard --> Online Store --> Actions --> Edit Code --> Open 'theme.scss.liquid' -->

At the bottom of the file copy and paste this code and you should have your fixed header:

 

/* Fixed Header Solution */

#shopify-section-header {
	position: fixed !important;
  	z-index: 100;
  	width: 100%;
  	top: 0;
}

.site-header {
	background-color: white;
}

.main-content {
	padding-top: 200px;
}

/* --------------------- */

 

Let me know if this works for you!

 

NOTE: If you edit any files on your store, I advise that you duplicate the theme before doing so and editing the duplicated theme instead. This will prevent your live site from breaking if something goes wrong.

Need expert help with your Shopify Website? Get in touch.
Annieann
New Member
6 0 0

Hello @DMT-Mike ,

Thank you very much. It's working perfectly now.

This is a very good solution and I highly recommend it.

 

Good Day! Happy Turkey Day!

Annieann
New Member
6 0 0

Hi @DMT-Mike ,

The navigation bar is fixed and working fine, but now there's another problem. That is part of the top of the banner is blocked, could you help me to solve this problem again? Thank you very much!

DMT-Mike
Shopify Partner
25 6 9

No Problem! 

Would it be possible to get a link to the site so I can see the issue? Or maybe a screenshot?

 

Thanks

 

Need expert help with your Shopify Website? Get in touch.
Annieann
New Member
6 0 0

Hi @DMT-Mike 

 

It's a great honor to have your help.  I will provide you with a link to the page。

https://homeallin.com/pages/terms-and-conditions

 

You can see the title was blocked by the navigation bar.

 

I'm looking forward to your reply. Thanks!

khilan
Shopify Partner
271 15 26

hey, @Annieann 

Welcome to shopify store.

please share your website URL links and password.

thank you so much.

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help
Annieann
New Member
6 0 0

Hello @khilan,

Thank you for your reply. The problem has been solved.

I wish you a Happy Thanksgiving in advance.