REMOVE SPACE CSS PRODUCT PAGE

Hello,

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
.template-product .main-content {
    padding-top: 0px !important;
}

Thanks!