Impulse Theme - how to remove white space between page title and main content

Everything single time I create a new page in the impulse theme, there is always a huge white for the page title before it starts showing the main content.

For example, for our shop page (https://shop.mother-house.hk/pages/shop). The gap between the ‘Shop’ and ‘Moko Store’ on the desktop is very apparent whereas for mobile it is still barable.

I think it has to do with the grid but not sure what I can do to adjust it. Thanks for the help in advance!

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid->paste below code in the bottom of the file

.page-width.page-content {
padding-bottom: inherit!important;
}

Screenshot :- https://prnt.sc/w7kf6o