Solved

Space between sections Narrative

lidleshop
Visitor
3 0 3

The space before and after my collection list is too large. How do I shorten it on Narrative theme?

www.thelidleshop.com

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@lidleshop 

Welcome.

If helpful then please Like and Accept Solution 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
36839 3635 11972

@lidleshop 

sorry for that issue can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.collection-list, .rich-text {
    padding: 40px 0;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

dmwwebartisan
Shopify Partner
12282 2546 3694

@lidleshop 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-index .collection-list{
    padding: 40px 0 !important;
}

Hope this works.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
lidleshop
Visitor
3 0 3

This worked. Thank you for your help!

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@lidleshop 

Welcome.

If helpful then please Like and Accept Solution 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app