i am using dawn theme and want to show pagination inside image can anyone please help sharing url https://sundip1.myshopify.com/
@Nabeelshakil Hey, thanks for posting here.
please put this CSS in code:
.slideshow__controls {
bottom: 0;
position: absolute;
width: 100%;
background: #ffffff4a;
}
result is :
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
thanks for your help

