Changing Maximum Slideshow Size on Sense Theme

Hey all,

I think the max slideshow size is too big and I would like to decrease it to 80% or 90%. I’m reading various solutions, but they all seem to be referencing an asset file that I don’t have.

I’ll only have one slideshow on my website so I’m fine with reducing the size of all slideshows in general. Just not sure where and what I need to make it happen.

My site is: https://micrologicals.myshopify.com/

PW: skeuno

@Micrologicals

oh sorry for that issue can you 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.mobile-text-below {
    max-width: 100%;
    padding: 0;
}