center align text on featured collection

Solved

center align text on featured collection

technase
Shopify Partner
227 2 55

Hi, 
I need help with center-aligning all the text and prices in my featured collection? I'd really appreciate any help!

Store link: https://technase.myshopify.com/
Storefront password: 12345

technase
Accepted Solution (1)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

Hi @technase 

Let try to add this custom css code:

.card {
  text-align: center;
}
.card__info-inner .grow.items-end {
  justify-content: center;
}

BiDealDiscount_0-1748511040747.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

Replies 2 (2)

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

Hi @technase 

Let try to add this custom css code:

.card {
  text-align: center;
}
.card__info-inner .grow.items-end {
  justify-content: center;
}

BiDealDiscount_0-1748511040747.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
technase
Shopify Partner
227 2 55

Thank you, it worked

technase