Menu drawer resize

Menu drawer resize

Nienke_pr
Excursionist
28 0 5

Hi guys,

 

When I open the menu drawer on the collection page there is a blank space that I want to fill with the black color. I also have this issue on mobile. Can anyone help me

 

miyucollective.comIMG_3951.png

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9885 2354 2953

Hi @Nienke_pr 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media screen and (max-width: 1280px) {
    #menu-drawer {
        width: 40rem;
    }
}
</style>

 

And Save. 

Result:

Made4uoRibe_0-1722545658695.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Nienke_pr
Excursionist
28 0 5

Hi thanks for the reply,

 

Unfortunately it does not work. I really would like to have the menu drawer on the collection page as shown on the home page. The menu drawer full screenIMG_3954.jpegIMG_3955.jpeg