How can I increase the slideshow width on mobile version only?

Hi guys, I would like to increase the width of the slideshow only for phones. Please see the screenshot for reference.

URL: https://basicbastard.co/

1 Like

@basicbastardco

oh sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
slideshow-component.slider-mobile-gutter.page-width {
    padding: 0 !important;
}
1 Like