Hi Guys,
I would like to make the cart drawer heading center of the drawer. I would appreciate your help. Thanks
Hi Guys,
I would like to make the cart drawer heading center of the drawer. I would appreciate your help. Thanks
Hello, @basicbastardco
I would like to give you a solution to support you.
You can try add code by following these steps:
Go to Online Store → Theme → Edit code. https://prnt.sc/elKuwYWlBrEo
Open your base.css in the Assets folder.
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%;
}
Best regards,
GemPages Support Team