Featured Collection Width on Home Page - Sense Theme

Hello All!
I was hoping to reduce the width of featured collection on my home page for Desktop devices.

I tried the selection present as to not show product as full width, but it still ‘overflows’ my desired range. I would like to have the featured collection products stay inline with other contents on the page.

Website : https://ruff-toys.com/

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.gradient .collection {
max-width: var(--page-width);
margin: 20px auto;
padding: 0 5rem;
}

Hey @Mr_Pancake

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

2 Likes