Solved

Can I decrease the padding between sections on my homepage?

corp41
Tourist
28 0 1

Can anyone out there help me with this....

So I wanted to reduce the padding a little, between two sections on my homepage. I attached a screenshot to give you a better view. If you need access to view the site I can give you that as well.

 

Thank you so much for your help!Screen Shot 2021-07-30 at 2.06.40 PM.png

Accepted Solution (1)
pawan987
Explorer
38 8 5

This is an accepted solution.

Try this in theme.css file:

#shopify-section-1626034844b61a68fc .featured-collection{
padding:0px !important;
}

Thanks

View solution in original post

Replies 4 (4)

pawan987
Explorer
38 8 5

Hi @corp41,

Would you please share your store url?

Thanks

corp41
Tourist
28 0 1

Yes,

Sorry for that. It is www.forgiveoursins.co and I am using the Narrative Theme.

 

pawan987
Explorer
38 8 5

This is an accepted solution.

Try this in theme.css file:

#shopify-section-1626034844b61a68fc .featured-collection{
padding:0px !important;
}

Thanks

corp41
Tourist
28 0 1

Exactly what I needed. 

Thanks man!