Help to make block invisible on mobileview

Hi

  1. Go to online store → theme → edit code.
  2. Open theme.css
    @media only screen and (max-width: 767px) {
    .your-block-class {

display: none;

}

}