Shopify Product page Last Slide Issue

How do I make the last product photo like the others where it takes up the full page? My url is www.whoglobal.shop

@samueljoonjung , let’s try the following:

  1. Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
  2. Add the following code:
@media screen and (max-width: 767px) {
	slider-component ul:after {
		padding-left: 3.5rem !important;
	}
}
  1. Save (right top corner)
  2. Hard refresh the storefront

The result:

Thank you

Anytime! Glad I could help! :slightly_smiling_face: