Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
- 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:
Best,
Liz
#shopify-section-template--16764210806851__tabbed_collections_Gg4j3D {
padding-top: 50px; /* Adjust as needed */
padding-bottom: 50px; /* Adjust as needed */
}
This is an accepted solution.
- 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:
Best,
Liz
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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025