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

Impulse theme - trying to make Product Grid Images Larger on Mobile

Solved

Impulse theme - trying to make Product Grid Images Larger on Mobile

ISAKO
Excursionist
18 0 4

Hi everyone,

I'm trying to make the product images in my mobile grid larger to fill more space, similar to a design I’ve seen on another site (attached for comparison). I've tried a few CSS tweaks, but I'm struggling to get the images bigger without affecting the layout.
picture on the left is my website, picture on the right is preferred look.
thanks for any help 🙂

 

WhatsApp Image 2024-11-11 at 19.12.46.jpegWhatsApp Image 2024-11-11 at 23.00.06.jpeg

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @ISAKO 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 768px) {
    .grid-overflow-wrapper .grid__item {
        display: inline-block;
        flex: 0 0 50% !important;
        width: 50% !important;
    }
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1731360123688.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @ISAKO 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 768px) {
    .grid-overflow-wrapper .grid__item {
        display: inline-block;
        flex: 0 0 50% !important;
        width: 50% !important;
    }
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1731360123688.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ISAKO
Excursionist
18 0 4

thank you very much mate I love you!!
Imma tip you a coffee friend 🙂

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Your welcome! And thank you for the tips. 😊

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.