Hey guys I am trying to move ionic slider pager dots to bottom of the page.
.slider-pager {
position: absolute;
bottom: 0; }
by making bottom to zero it shifts a little bit down but its not enough setting bottom to -10px makes dots diasppear
I want to move those dots to bottom of the page.
Any Advice?