How can I reduce spaces and increase font size on my cart page?

Hi on my cart page I would like to have less space in front and behind the header (actually on all similar pages).

I can not find where to change it, I had a look into theme.css but do not know where to change this spaces.

Cartpage: https://beemohr.de/cart

In addition I would like to have the fonts bigger especially the sum of the order.

Thanks for any help.

Hi @Sabine_Mohr

Can you share a screenshot of the header section where you want less space.

Only the space around the header.

Hello,

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css

@media screen and (min-width: 641px) {
  .PageHeader { margin: 30px 0; }
  .Cart__Total.Heading { font-size: 16px}
}

As I do not have a custom.css I created it and added the code with no effect.

You can add this code in theme.css if you don’t have a custom.css file.

Where in theme.css shall I add this code?

In addition I would like to have all spaces on “pages” minimized

Where can I change this? Thank you

NEVERMIND found it myself pageheader if anybody should look for this