Hi guys, I would like to increase the width of the slideshow only for phones. Please see the screenshot for reference.
1 Like
oh sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
slideshow-component.slider-mobile-gutter.page-width {
padding: 0 !important;
}
1 Like