- This topic has 23 replies, 3 voices, and was last updated 7 years, 2 months ago by Ross.
-
Anonymous(Private) July 18, 2017 at 7:37 pm #121298
Hello,
I am testing infinite scroll and I would like to know how can I positionne where I want the search-filter-scroll-loading icon ?
For me when scrolling to the bottom and when my items are loading the icon is still displayed at the top left of my screen.
I would like to place it at the bottom center… is it possible?
And how can I replace your icon?
Thanks a lot
Best RegardsTrevor(Private) July 26, 2017 at 12:01 pm #122845I think this is the CSS from our plugin that controls it:
.search-filter-scroll-loading { display: block; margin: 10px; margin-top: 20px; height: 30px; width: 30px; animation: search-filter-loader-rotate 0.7s infinite linear; border: 5px solid rgba(0, 0, 0, 0.15); border-right-color: rgba(0, 0, 0, 0.6); border-radius: 50%; }
-
AuthorPosts