Adjust Gaps between Collection Images

Solved

Adjust Gaps between Collection Images

lucianofashion1
Tourist
9 0 3

Hi, i am using theme BLOCKSHOP v10.0.1  CLICK HERE 

See Image below, i would like to make the gaps Narrow between Collection Page images as there is too much white.

Any help would be appreciated.

ThanksGAPS.jpg

Accepted Solutions (5)

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

- Here is the solution for you @lucianofashion1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.collection--body--grid {
     grid-gap: 12px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723280793292.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

[data-container=panel] {
    grid-gap: 12px !important;
}

Can you try add more this code to last line file theme.css @lucianofashion1 

BSSTekLabs_0-1723281443100.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

@lucianofashion1  can you try add more this code

.collection--body--root {
        padding-right: 10px !important;
        padding-left: 10px !important;
}

BSSTekLabs_0-1723282213905.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

Can you replace to this code @lucianofashion1 

.collection--body--root, .featured-grid--root {
        padding-right: 10px !important;
        padding-left: 10px !important;
}

BSSTekLabs_0-1723282673474.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

Can you add more this code @lucianofashion1 

@media only screen and (max-width: 600px) {
.product-page--root {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}

BSSTekLabs_0-1723301506122.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 8 (8)

Moeed
Shopify Partner
5058 1347 1625

Hey @lucianofashion1 

 

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>
.collection--body--grid {
    grid-gap: 10px !important;
}
</style>

RESULT:

Moeed_0-1723280575139.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. ❤️
lucianofashion1
Tourist
9 0 3

This worked for the collection page thanks

I would also like to make the gaps Narrow between Main Page 'Grid With Overlay'

see attached image,GRID.jpg

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

- Here is the solution for you @lucianofashion1 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.collection--body--grid {
     grid-gap: 12px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723280793292.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lucianofashion1
Tourist
9 0 3

This worked for the collection page thanks

I would also like to make the gaps Narrow between Main Page 'Grid With Overlay'

see attached image,GRID.jpg

BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

[data-container=panel] {
    grid-gap: 12px !important;
}

Can you try add more this code to last line file theme.css @lucianofashion1 

BSSTekLabs_0-1723281443100.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

@lucianofashion1  can you try add more this code

.collection--body--root {
        padding-right: 10px !important;
        padding-left: 10px !important;
}

BSSTekLabs_0-1723282213905.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

Can you replace to this code @lucianofashion1 

.collection--body--root, .featured-grid--root {
        padding-right: 10px !important;
        padding-left: 10px !important;
}

BSSTekLabs_0-1723282673474.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2136 633 735

This is an accepted solution.

Can you add more this code @lucianofashion1 

@media only screen and (max-width: 600px) {
.product-page--root {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}

BSSTekLabs_0-1723301506122.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now