Page Break Responsive

Just add this CSS to your site. If you need help with that, check out this tutorial.

@media screen and (max-width: 600px) {

.wpforms-page-indicator-page {
    display: block;
    float: left;
    clear: both;
}

}