Remove padding from Collection List on Motion theme

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media only screen and (min-width: 590px) { #shopify-section-template--16018759680087__featured_collections_E6ifmT.index-section { margin: 50px 0 !important; } #shopify-section-template--16018759680087__featured_collections_E6ifmT .page-width { max-width: 100% !important; padding: unset !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.