How can I center the cart drawer heading?

Hi Guys,

I would like to make the cart drawer heading center of the drawer. I would appreciate your help. Thanks

URL: https://basicbastard.co/

Hello, @basicbastardco

I would like to give you a solution to support you.

You can try add code by following these steps:

  1. Go to Online Store → Theme → Edit code. https://prnt.sc/elKuwYWlBrEo

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file. https://prnt.sc/1_y0XlO_2SVd

#CartDrawer .drawer__header .drawer__heading{
  text-align: center;
  width: 100%;
}
  1. Save the file and double-check.

Best regards,
GemPages Support Team