Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How can i make All My Product Image Look the same Size On Collection Page

Solved

How can i make All My Product Image Look the same Size On Collection Page

Zubairali
New Member
5 0 0

How can I Make All The images of products the same size here you can check in the Image here  is the store link https://brandsoak.com/WhatsApp Image 2023-11-26 at 10.08.36 PM.jpeg

Accepted Solution (1)
PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

For solving the problem about the How Can I Make All My Product Image Look The Same Size On Collection Page, let’s try this solution:

Online Store ->Theme ->Edit code->theme.liquid

 

<style>
@media only screen and (max-width: 767px) {
.product-card .product-card__image-wrapper.transform .product-card__image {
   
    height: 172px !important;
}
}
</style>

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 10 (10)

PageFly-Theodor
Shopify Partner
691 86 103

Hi @Zubairali ,
This is Theodore from PageFly - Shopify Page Builder App.

Can you give me the password store? I can check for you

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Zubairali
New Member
5 0 0

1214

 

PageFly-Theodor
Shopify Partner
691 86 103

Can you give me the exact live page about the collection in the picture?

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Zubairali
New Member
5 0 0

https://brandsoak.com/collections/bags?page=3 in this page you can check but the problem is with all the items i fixed some with shopify image resizer app only the white background ones but i cannot change the rest because its ruining the images

PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

For solving the problem about the How Can I Make All My Product Image Look The Same Size On Collection Page, let’s try this solution:

Online Store ->Theme ->Edit code->theme.liquid

 

<style>
@media only screen and (max-width: 767px) {
.product-card .product-card__image-wrapper.transform .product-card__image {
   
    height: 172px !important;
}
}
</style>

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Zubairali
New Member
5 0 0

Oh thank you So Much Can i increase the width little more?

PageFly-Theodor
Shopify Partner
691 86 103

If you increase the width it will break the layout. If the answer satisfies you can you accpet and like my answer

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Zubairali
New Member
5 0 0

it fixed it in the Mobile but in Pc it shows the same 

PageFly-Theodor
Shopify Partner
691 86 103

You need to adjust the image to the same size

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

FWT
Visitor
1 0 0

Hello, I tried adding this to the end of my theme.liquid and my product on my collection page are still not all equally sized. Why is that?