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:
- Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
- Add the following code:
@media screen and (max-width: 767px) {
slider-component ul:after {
padding-left: 3.5rem !important;
}
}
- Save (right top corner)
- Hard refresh the storefront
The result:
Thank you
Anytime! Glad I could help! ![]()


