How can I adjust the size of a Cascade Theme cart box?

Hi there!

How do I adjust the size of this cart note box so it aligns with the delivery calendar below? I’ve been looking for the code for some time.

Site: https://thecakefairies.ca/
Pw: anite

Thank you in advance.

Hi @joanneo3v

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->global.css ->paste bellow code in bottom of file

textarea#CartSpecialInstructions {

max-width: 400px !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

Aw you’re great! Thank you!

1 Like

Aw I’m glad to help you @joanneo3v :wink: