Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi. I am trying to make it so the products on the featured collection in our front page fill the page, and don't
have such large margins. I want to make the image sizes bigger. Any help would be greatly appreciated. Thank you!
Solved! Go to the solution
This is an accepted solution.
Try This:
Go To Themes> Customize> Navigate To The Page> Click Section> Custom CSS Setting> Add This Code
.section {
max-width: none;
width: 100%;
margin-left: auto;
margin-right: auto;
}
Before:
After:
Hope that is helpful to you!
@biznazz101
Could you please provide your store URL, thanks!
@biznazz101
swingdesign.com, the theme I am trying to edit is this preview - https://irnhcfg4l2bq5txr-2245205.shopifypreview.com
This is an accepted solution.
Try This:
Go To Themes> Customize> Navigate To The Page> Click Section> Custom CSS Setting> Add This Code
.section {
max-width: none;
width: 100%;
margin-left: auto;
margin-right: auto;
}
Before:
After:
Hope that is helpful to you!
@biznazz101
Thank you!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024