What's your biggest current challenge? Have your say in Community Polls along the right column.

Prestige Theme - Collection List Picture size

Solved

Prestige Theme - Collection List Picture size

DanubeEcom
Tourist
10 0 1

Hey!

Related to "Prestige theme",
Skärmavbild 2024-11-22 kl. 08.40.25.png
I've spent hours of hours to solve a problem that should just work... its related to the picture zoom in collection list. It looks "fine" when you are using a small screen solution browser, but using it on a widescreen or anything bigger than 21" it gets expanded... Pictures attached. 

Latest try has been to add this code to theme.liquid;
<style>
@media screen and (min-width: 1023px) {
.main-collection, .grid__item {
min-width: 25% !important;
}
}
</style>


But unsuccessful, i've tried to identify the issue with ChatGPT as well but effortless, please help!

Accepted Solution (1)

Mehran_Ali
Shopify Partner
448 57 69

This is an accepted solution.

Hi @DanubeEcom 

 

You try adding this CSS:

@media(min-width:1600px){
    .shopify-section--main-collection .container {
        max-width: 1440px;
        margin: auto;
    }    
}


I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!

 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

View solution in original post

Replies 12 (12)

topnewyork
Astronaut
770 124 141

Hello,


Please share "Store URL"


Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
DanubeEcom
Tourist
10 0 1
DanubeEcom
Tourist
10 0 1

Hey!

This should do it; https://www.bizzbox.shop/

DanubeEcom
Tourist
10 0 1

Hi @topnewyork were you able to find a solution?

topnewyork
Astronaut
770 124 141

hello, @DanubeEcom I'm not able to fine because images is looking fine and responsive on my desktop.

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

LizHoang
Shopify Partner
285 35 61

Hi @DanubeEcom 

 

Can you share with me your store URL? I will check on the issue and provide your with solution. 

 

Thank you.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
DanubeEcom
Tourist
10 0 1
DanubeEcom
Tourist
10 0 1

Hey!

This should do it; https://www.bizzbox.shop/

DanubeEcom
Tourist
10 0 1

Hi @LizHoang were you able to find a solution? 

DanubeEcom
Tourist
10 0 1

Hi Katherine!

Yes please, or do you have the code available? 🙂

Mehran_Ali
Shopify Partner
448 57 69

This is an accepted solution.

Hi @DanubeEcom 

 

You try adding this CSS:

@media(min-width:1600px){
    .shopify-section--main-collection .container {
        max-width: 1440px;
        margin: auto;
    }    
}


I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!

 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

DanubeEcom
Tourist
10 0 1

Coffee bought and the solution worked! Thank you!!!