How To Remove Cart ‘Drawer’ Border Lines On Mobile

I’m looking to remove the border lines from my cart page that I recently switched to ‘Drawer’ instead of ‘Horizontal’. If there is also a way to expand the drawer box and make it bigger on the pc version that would be awesome!

Example of how my mobile view looks:

1 Like

Hi @bleukinsd

Would you mind to share your store URL? Thanks!

Hello @bleukinsd

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.drawer__inner {
    border: none !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like