Product List Grid Layout - 2 Product Columns

Please try

@media screen and (max-width: 480px) {  
  .ty-column4 {
    width: 50% !important;
  }
}

Additional changes may be required for customized themes

tried it but I have overlays between the two pictures then. Using MV 11.3 and Vanilla theme. Any other idea?

I have 4 products in a row on desktop. the blocks "new" and "bestsellers" are shown on mobile with 2 products in a row, but in categories it is shown only 1 product per row. pictures have the same size. don't understand what to do!

Please contact theme developers

tried it but I have overlays between the two pictures then. Using MV 11.3 and Vanilla theme. Any other idea?

I have 4 products in a row on desktop. the blocks "new" and "bestsellers" are shown on mobile with 2 products in a row, but in categories it is shown only 1 product per row. pictures have the same size. don't understand what to do!

Try this
@media screen and (max-width: 480px)
.ty-column4 {
width: 40%;
margin-left: 25px;
}

}

thank you. tried it but now everything is broken and I can't go to the css menu in the theme editor. where do I find it via ftp to erase it again?

thank you. tried it but now everything is broken and I can't go to the css menu in the theme editor. where do I find it via ftp to erase it again?

design/themes/THEME/styles/data/STYLE.less

then delete the var/cache directory

worked! thank you