Sub category margins

Solved

Sub category margins

ONYXLights
Excursionist
33 0 8

Hi There,

 

I would like to reduce the space at the top and bottom of this sub category bar on our collection page, does anyone know how I can do this?

 

Thank you!!

Accepted Solution (1)
LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @ONYXLights 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

.index-section {
    margin: 0 !important;
}

 

Result: 

LizHoang_0-1740534392261.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 3 (3)

ONYXLights
Excursionist
33 0 8

Screenshot 2025-02-26 101438.png

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @ONYXLights 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

.index-section {
    margin: 0 !important;
}

 

Result: 

LizHoang_0-1740534392261.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
ONYXLights
Excursionist
33 0 8

That worked!  Thank you!!