Featured collection spacing prestige theme

Hi All,

Is it possible to adjust the spacing/layout of a product in the featured collection

Draft theme url : https://spm07qq9wvu1399h-25590600.shopifypreview.com

Would like them closer together like the below screenshot

Thank you

Please put in below code to the last line of theme.css

by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)

.ProductList–grid>.Grid__Cell {padding-left:5px !important;}

@Danielparsons

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.ProductList--carousel .Carousel__Cell {padding: 0 2px;}