Viewing 1 replies (of 1 total)
  • I had the same problem (on a child theme of the Impulse theme in the home page boxes). I was able to fix it by setting the width of the box that contained the slideshow to 100%, like this (in style.css):

    .box-content {
        width: 100%;
    }

    Where .box-content is the class of the div that contains the slideshow, in my case. It would be different in every situation.

    My guess would be that the responsive setting on portfolio slideshow sets the max-width of the slideshow to 100%. So my problem was actually that the div containing the slideshow was too small, not the slideshow itself.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Slideshow size too small’ is closed to new replies.