How can I center the header and subheading on my cart page?

Hey! Hoping someone can help…

I am trying to figure out how to centralise the header and sub heading on the acrt page and wondered if someone can help?

Screenshot attached of how it looks currently.

I’m using north theme (3rd Party Theme)

Urls is: www.notacard.com

Any help will be Very much appreciated

.

Thanks in advance!

Hello,

You can achieve this by adding the below CSS at the end of your app.css file.

.template-cart h1, .template-cart tr th.product-name:first-child {
  text-align: center !important;
}

Cheers!

Thank you very much! Much appreciated

Glad that I could be of help. For relevancy, please mark it as the solution.