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,
In your Shopify Admin go to online store > themes > actions > edit code
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;
}
Moeed
June 20, 2023, 5:36am
3
Hey @Mr_Pancake
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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