Preloader not centered

hi
when i use preloader with infinite scroll. the preloader is on the right of the screen. see image

What is the related code?

<div class="page-content ReplayListPTR">
...
<div class="preloader replay-infinite-scroll-preloader"></div>
</div>

app.infiniteScroll.create(’.ReplayListPTR’);

the preloader works fine but i like to make it centered on the bottom of the page

Some extra styles required for this

<div
  class="preloader replay-infinite-scroll-preloader"
  style="margin-left: auto; margin-right: auto; display: block"
></div>
1 Like