Hi,
Is it possible to take the pictures bellow services a bit up so the
text look at the middle on mobile?
Hi,
Is it possible to take the pictures bellow services a bit up so the
text look at the middle on mobile?
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;
}
}