How to add spacing between Collections in Collection Page

Solved

How to add spacing between Collections in Collection Page

IntechCarl
Shopify Partner
194 1 20

Hi everyone,

 

I have changes the photos of my collections in my collection pages, but the problem is they are sticking with each other, is there a way to add spacing between my collection images? See photo for reference:

 

Store Preview Url: https://0tom0bitnjf5bzka-13830324282.shopifypreview.com

IntechCarl_1-1740983932063.png

 

 

Accepted Solution (1)

Moeed
Shopify Partner
7069 1903 2330

This is an accepted solution.

Hey @IntechCarl 

 

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>
@media screen and (max-width: 767px) {
ul#Slider-template--15540143357995__2e58821f-a310-4ba5-b4e2-a14c61b00401 {
    column-gap: 1rem !important;
    row-gap: 1rem !important;
}
}
</style>

RESULT:

Moeed_0-1740984705102.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7069 1903 2330

This is an accepted solution.

Hey @IntechCarl 

 

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>
@media screen and (max-width: 767px) {
ul#Slider-template--15540143357995__2e58821f-a310-4ba5-b4e2-a14c61b00401 {
    column-gap: 1rem !important;
    row-gap: 1rem !important;
}
}
</style>

RESULT:

Moeed_0-1740984705102.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


oscprofessional
Shopify Partner
16343 2438 3177

Hi @IntechCarl ,

Go to Online Store > Themes > Actions > Edit Code > base.css

Add below code at the bottom of  base.css  file

 

.collection-list.contains-card.contains-card--collection {
    gap: 1rem;
}

oscprofessional_0-1740984912249.png

 

 

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...