How to display my menu from the dropbar into a line in mobile page view

Hi everyone.

I want to display my menu in my mobile site view. aside of having a dropdown menu or hamburger menu I also want to display it below my page logo in one line that can be slide to right side.

Store URL: thecleanroom.het

Se the photo for referrence:

Hey @IntechCarl

Please add the below css to your component-menu-drawer.css file.

.menu-drawer{

left:20%;

width:60%;

}

Sorry for the confusion, but what I want is similar to this:

Hey @IntechCarl

I’ve reviewed the issue, and it can’t be resolved with just two lines of code. To fix it, I’ll need to make modifications across multiple lines in your Liquid and assets files. Rest assured, I can make these adjustments for you as per your requirements

Thanks

1 Like

Thank you!