Forums Forums Search & Filter Pro Various Issues

Tagged: 

Viewing 10 posts - 21 through 30 (of 36 total)
  • Anonymous
    #189438
    This reply has been marked as private.
    Trevor
    #189475
    This reply has been marked as private.
    Anonymous
    #189497
    This reply has been marked as private.
    Trevor
    #189520
    This reply has been marked as private.
    Anonymous
    #189524
    This reply has been marked as private.
    Trevor
    #189528
    This reply has been marked as private.
    Anonymous
    #189532
    This reply has been marked as private.
    Anonymous
    #189536
    This reply has been marked as private.
    Trevor
    #189572

    OK, I found the problem. It is your theme CSS from Flatsome, this:

    .row>div:not(.col):not([class^="col-"]) {
        width: 100% !important;
    }

    It is overriding the width of the loading icon. Not a very nice bit of code as it overrides a lot by using that !important, however, this custom CSS should fix it:

    .search-filter-scroll-loading {
        max-width: 30px;
    }
    Anonymous
    #189574
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 36 total)