center the text

Solved

center the text

Artez
Tourist
103 4 23

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

 

Artez_0-1748614660956.png

 

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

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;
  }
}

BiDealDiscount_0-1748615890164.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Reply 1 (1)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

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;
  }
}

BiDealDiscount_0-1748615890164.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp