How can I achieve smooth sidebar menu scrolling?

How can I achieve smooth sidebar menu scrolling?

Charbel11
Shopify Partner
8 0 0

I am trying to make my sidebar menu smooth like the one on this site www.thevybe.co , but I dont know how ,I have searched , if someone would help, it would be great.

 

Replies 5 (5)

Liquid_xPert_SJ
Shopify Partner
1370 141 209

Hi @Charbel11 hope you are having a great day,

 

You did't shared your site url  here for looking into it 🙂

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Charbel11
Shopify Partner
8 0 0

this is my site https://www.salvationlb.com , pass is : reghaw.
I want my sidebar menu to be the same like the one in https://www.thevybe.co , Thank you!

Charbel11
Shopify Partner
8 0 0

Do you know the answer or no?

Liquid_xPert_SJ
Shopify Partner
1370 141 209

Hi @Charbel11  hope you are doing well. 

Sorry for being late below is your code you just need to put it into your theme files

 

1- Online Theme

2- Edit Code

3- Find base.css file in your Assets directory

4- paste below code at the end of your file

5- Hit save and thats it

 

@media screen and (max-width: 990px) {
div#menu-drawer {
transition: cubic-bezier(0.645, 0.045, 0.355, 1), transform .5s ,visibility .5s;
}
}

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Charbel11
Shopify Partner
8 0 0

Sometimes when I press it , it doesnt open smoothly , only when I wait a little and then press it , it works