center the text

Hi,

Is it possible to take the pictures bellow services a bit up so the

text look at the middle on mobile?

https://wmqgez-r2.myshopify.com/?_ab=0&_fd=0&_sc=1

Hi @Artez

let try to add this custom css code:

@media screen and (max-width: 749px) {
  .collection-list-wrapper .title-wrapper--no-top-margin{
    margin-bottom: 15px;
  }
}

1 Like