Re: Making the image sizes on featured products bigger

Solved

Making the image sizes on featured products bigger

geo07
Tourist
9 1 0

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!

geo07_0-1705957520941.png

 

Accepted Solution (1)
biznazz101
Shopify Partner
494 50 91

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:

biznazz101_1-1705959941433.png

 



After:

biznazz101_0-1705959892052.png


Hope that is helpful to you!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT

View solution in original post

Replies 4 (4)

biznazz101
Shopify Partner
494 50 91

Could you please provide your store URL, thanks!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
geo07
Tourist
9 1 0

swingdesign.com, the theme I am trying to edit is this preview - https://irnhcfg4l2bq5txr-2245205.shopifypreview.com

biznazz101
Shopify Partner
494 50 91

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:

biznazz101_1-1705959941433.png

 



After:

biznazz101_0-1705959892052.png


Hope that is helpful to you!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
geo07
Tourist
9 1 0

Thank you!