Is there a way to stretch the slideshow to the full length of the webpage?

Using what was referenced as a “vintage” theme “Minimal”

I was quoted way over my price range to resolve this issue, so I was wondering if I could tweak the code.

Thanks!

  1. Go to your Shopify admin dashboard and click on “Online store” and then “Themes.”

  2. Click on “Actions” and then select “Edit code” for the theme you want to modify.

  3. In the left sidebar, under “Sections,” click on the file for your slideshow (it might be called “slideshow.liquid” or similar).

  4. Look for the CSS code that sets the width of the slideshow. It might look something like this:

    .slideshow { max-width: 1000px; margin: 0 auto; }

    You will need to change the “max-width” value to “100%” to make the slideshow stretch to the full width of the webpage.

  5. Save your changes and preview your store to see if the slideshow is now stretching to the full length of the webpage.

    this is genral guide and if you need more specific code Pm me the details

1 Like