We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

3 images sizes

Solved

3 images sizes

Artez
Excursionist
111 5 25

Hi I have a section with 3 pictures that I wish to make smaller by 60% apporximatelly, I want the three pictures to fit the paragraph text parallel lines :

Artez_0-1750573536760.png

 

now its full screen i wan it to be exactly as the paragraph weight dimension.

Can you help me please?

https://artez.design/pages/marketing

 

Warm regards.

 

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

Hi @Artez 

Let try to add this custom css code:

.shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
  margin: 0 auto;
  max-width: var(--page-width);
}
@media screen and (min-width: 990px) {
  .shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
      max-width: 78rem;
  }
}

@media screen and (min-width: 750px) {
  .shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
      max-width: 50rem;
  }
}

BiDealDiscount_0-1750577145161.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 3 (3)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

Hi @Artez 

Let try to add this custom css code:

.shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
  margin: 0 auto;
  max-width: var(--page-width);
}
@media screen and (min-width: 990px) {
  .shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
      max-width: 78rem;
  }
}

@media screen and (min-width: 750px) {
  .shopify-section .ai-three-images-block-adlhlmfk0dliva2nmraigenblockf7409f5nbdh4i {
      max-width: 50rem;
  }
}

BiDealDiscount_0-1750577145161.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
Artez
Excursionist
111 5 25

thanx brother, really helpful. I did not forgot that I awe you. 
Lost my card, hope to find it soon or i will order a new one.

 

Warmregards

BiDeal-Discount
Shopify Partner
819 109 182

Thank you. Great to see you, Artez!

- 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