Remove some extra spacing between title and content on pages in Brooklyn theme

Remove some extra spacing between title and content on pages in Brooklyn theme. Only for pages though not for the home page.

eg

URL https://melanie-valentine.myshopify.com/pages/contact

thank you

1 Like

hii, @Moosha
Paste this code on top of the timber.scss file.

.grid__item.large--four-fifths.push--large--one-tenth {
    margin-top: -55px !important;
}

Thank You.

1 Like

Hello there.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
header.section-header.text-center {
margin-bottom: 5px!important;
}

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.