Solved

Sideba menu underlap logo simple theme

vroomvroom
Tourist
16 0 1

Hi,

 

I would like to have a stiky logo and menu. I tried, but the menu overlaps the logo. I would like for the menu to stay under the logo.

 

Thanks for you held !

 

This the website : https://juju90.myshopify.com/

and password : https://juju90.myshopify.com/

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12280 2546 3693

This is an accepted solution.

@vroomvroom 

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-section-header {
    position: relative !important;
}

#shopify-section-sidebar {
    top: 50px !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @vroomvroom 
Kindly share your store password so,
I can solve it perfectly.
Thank You.

vroomvroom
Tourist
16 0 1

This the passeword : rtohnu

 

Thank you !

dmwwebartisan
Shopify Partner
12280 2546 3693

This is an accepted solution.

@vroomvroom 

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-section-header {
    position: relative !important;
}

#shopify-section-sidebar {
    top: 50px !important;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
vroomvroom
Tourist
16 0 1

Thanks !