My drawer menù cover the entire screen. Can i fix it?

I would a drawer menù on mobile thant not cover the entire screen. My theme is broadcast

How can I fix it?

Thank you.

1 Like

@SPStore - Can you please share this page link?

Hi @SPStore

Wouyld you mind to share your store URL? Thanks!

This is:

But I want this (whit lateral space and divider lines)

Hi @SPStore ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

I just check your, website but I’ve seen this one.

Is this in your other theme or thep ublish one?

Hi, no, this is what I want. My store is https://joybebeboutique.com/password , passowrd is: stowdo

Il mio negozio è https://joybebeboutique.com/password , la password è: stowdo

Hi @SPStore ,

You can follow these steps

Step 1: Navigate to Online store > Themes > Edit code and find theme.css file

Step 2: Insert code at the end file and Save them

@media only screen and (max-width: 749px) {
    .drawer--header .drawer__inner {
        max-width: 300px;
    }
}

.sliderow__title {
     border-bottom: 1px solid black;
}

Hope this can help you

If our suggestion is useful, please let us know giving it a like or marking it as a solution. Thank you :heart_eyes: :heart_eyes: :heart_eyes:

1 Like

Very good! Thank you so much!

1 Like

Your are welcome. We’re happy to see that our suggestion helped you solve the issue. Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon