pagination inside slideshow

Hi @Nabeelshakil

add this css on base.css file at the very bottom of the file

.slideshow__controls.slideshow__controls--top.slider-buttons {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

Result:

I hope it will help you

Thanks

1 Like