Collection Tab Issues ( Dawn Theme )

Solved

Collection Tab Issues ( Dawn Theme )

dreamtechzone_5
Shopify Partner
575 1 90

Hello Everyone!

 

I have added collection tabs through coding. But I noticed some problems. I want to keep space above and below the tab section in desktop and mobile mode. Please help me. Thanks.

 

Store: https://delicious-fruits-vegetables.myshopify.com/

Password: Admin

 

Delicious-Fruits-Vegetables-–-Delicious-Fruits-Vegetables-02-17-2025_02_00_PM.png

Accepted Solution (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @dreamtechzone_5 


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

 

.tabs {
    padding-top: 20px !important;
}

div#shopify-section-template--16764210806851__tabbed_collections_Gg4j3D {
    margin: 30px 0 !important;
}

 

Result:

LizHoang_0-1739779678012.pngLizHoang_1-1739779684551.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)

Ahmad31
Shopify Partner
221 21 38

 

  • Go to Shopify Admin > Online Store > Themes.
  • Find your current theme (e.g.Dawn, etc.) and click "Edit code".
  • In the left sidebar, scroll down to the "Assets" folder.
  • Open base.css, theme.css, or theme.scss.liquid (whichever exists in your theme).
  • Scroll to the bottom of the file and paste this CSS:

 

#shopify-section-template--16764210806851__tabbed_collections_Gg4j3D {
    padding-top: 50px;  /* Adjust as needed */
    padding-bottom: 50px; /* Adjust as needed */
}

 

  • save the file and check the changes 

 

Love my work? Buy Me A Coffee
Hire Me: Email me Or Chat on Whatsapp
If you found my solution helpful, please like and accept it. Your support is greatly appreciated!

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @dreamtechzone_5 


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

 

.tabs {
    padding-top: 20px !important;
}

div#shopify-section-template--16764210806851__tabbed_collections_Gg4j3D {
    margin: 30px 0 !important;
}

 

Result:

LizHoang_0-1739779678012.pngLizHoang_1-1739779684551.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
dreamtechzone_5
Shopify Partner
575 1 90

Thank you so much. It worked. Also, I want to keep the collection tab's font text "Americana" in both desktop and mobile mode. Please help me. 

 

Delicious-Fruits-Vegetables-–-Delicious-Fruits-Vegetables-02-17-2025_02_10_PM.png