Changing Product Grid Size?? Dawn

Solved
kissfromspace
Tourist
4 0 2

Hi to everyone,

 

I would like to decrease the product grid's size 

Me website: https://runesofesu.store/

 

Now it looks lie this:

Screenshot 2023-11-13 at 19.17.54.png

 

and i want it like this:

 

Screenshot 2023-11-13 at 19.47.42.png

 

Please help xxx

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4111 941 1147

This is an accepted solution.

Hi @kissfromspace 

Do you want to aling same with the banner above? 

If it is try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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 screen and (min-width: 990px){
.collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0rem;
    max-width: 90%;
}
}

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 2 (2)
Made4uo-Ribe
Shopify Partner
4111 941 1147

This is an accepted solution.

Hi @kissfromspace 

Do you want to aling same with the banner above? 

If it is try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • 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 screen and (min-width: 990px){
.collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0rem;
    max-width: 90%;
}
}

 

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

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


kissfromspace
Tourist
4 0 2

Hi, 

 

thank you a lot for your help! 

ive tried it first with base.css but it did't work, then ive tried it with template-collection.css and it worked perfectly! 

 

appreciate it a lot!!!!!