Hi community,
I am looking for a way to make my product grid including filter section wider.
Currently there is too much white space on the sides of the products.
Can anyone help me out?
Attached you see the width I am aiming for.
Website: www.woonwijzerwebshop.nl
Kind regards,
Maurice
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:
.facets-vertical.page-width {
max-width: 160rem;
}
Hello @woonwijzer
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.