Full width product grid on Testament theme

Solved

Full width product grid on Testament theme

GiasUddin
Tourist
8 0 3

Hello
I'm using Testament theme. 

width.jpg


On collection page, my product grid has gap on both side. I want to increase the width of this product grid, so that my product images get bigger.
Can anyone guide me to it?

Thank you

Accepted Solutions (2)
Moeed
Shopify Partner
5022 1338 1618

This is an accepted solution.

Hey @GiasUddin 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.grid__wrapper.rg0, .rg0 {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1723061244245.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Hi @GiasUddin 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#main-collection-form .grid__wrapper.rg0.row {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.collection__filter-toggleWrapper {
    padding: 0 20px;
}

 

And Save. 

Result:

Made4uoRibe_0-1723061456862.png

 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
5022 1338 1618

Hey @GiasUddin 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.


Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
GiasUddin
Tourist
8 0 3

Hey Thank you for your reply.
Here's my website-
https://efaca8-e8.myshopify.com/collections/3-button-suit


Moeed
Shopify Partner
5022 1338 1618

This is an accepted solution.

Hey @GiasUddin 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.grid__wrapper.rg0, .rg0 {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1723061244245.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
GiasUddin
Tourist
8 0 3

IT WORKED MAN!!
Thanks a ton

Moeed
Shopify Partner
5022 1338 1618

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

Made4uo-Ribe
Shopify Partner
7846 1896 2325

This is an accepted solution.

Hi @GiasUddin 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

form#main-collection-form .grid__wrapper.rg0.row {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.collection__filter-toggleWrapper {
    padding: 0 20px;
}

 

And Save. 

Result:

Made4uoRibe_0-1723061456862.png

 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
GiasUddin
Tourist
8 0 3

Thank you so much