Change size of header image on mobile version brooklyn theme

@Emelie

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.img-responsive {
    width: 100%;
}
@media screen and (max-width: 768px) {
.yx-desktop-banner-section {
    display: none;
}
}

can you please try this code

1 Like