How to add Slideshow Dots In Responsive Theme

You can add CSS code for this. I hope this solution will works. Please follow below steps

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag
@media screen and (min-width: 750px){ .slideshow__controls { margin-top: -45px; } }