Section is not aligned to the top of the page

Hello,

I am looking to move a section up that isn’t aligned to the top of the page, can someone help me figure out how to bump this section to the top and aligned with the section next to it.

Please refer to the attached image for reference

The link is HERE

Thanks

MM

1 Like

@mattpermute

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/style.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width: 768px) {
.template-page {
    padding-top: 108px;
   }
}