Title: scroll to left problem
Last modified: August 24, 2016

---

# scroll to left problem

 *  Resolved [rasez](https://wordpress.org/support/users/rasez/)
 * (@rasez)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/)
 * i use Advanced AJAX Product Filters in my ecommerce website and when i click 
   on filters scroll to left and sho white space please help me
    this is link of
   my website [http://peiloo.com/product-category/youth/](http://peiloo.com/product-category/youth/)
 * [https://wordpress.org/plugins/woocommerce-ajax-filters/](https://wordpress.org/plugins/woocommerce-ajax-filters/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Dmytro Holovnia](https://wordpress.org/support/users/dholovnia/)
 * (@dholovnia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/#post-5961206)
 * Hi rasez,
 * Open css file or in admin where you writing your css and add there
 *     ```
       html .berocket_aapf_widget input[type="checkbox"] {
           position: absolute;
           right: -9999px;
           left: auto;
       }
       ```
   
 * This will fix it.
 * Regards,
    Dima
 *  Thread Starter [rasez](https://wordpress.org/support/users/rasez/)
 * (@rasez)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/#post-5961220)
 * thanks The problem was solved but when i click on filters Nothing happens dont
   know why?
 *  Plugin Author [Dmytro Holovnia](https://wordpress.org/support/users/dholovnia/)
 * (@dholovnia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/#post-5961318)
 * Hi rasez,
 * Go to plugin settings and change product holder from `ul.products` to `div.products`.
 * Regards,
    Dima
 *  Thread Starter [rasez](https://wordpress.org/support/users/rasez/)
 * (@rasez)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/#post-5961319)
 * thanks a lot Dima now when i click several time on filters position and style
   of product change and pageination change to multiple count

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘scroll to left problem’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-ajax-filters/assets/icon-256x256.gif?rev=2770304)
 * [Advanced AJAX Product Filters](https://wordpress.org/plugins/woocommerce-ajax-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-ajax-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-ajax-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-ajax-filters/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [rasez](https://wordpress.org/support/users/rasez/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-to-left-problem/#post-5961319)
 * Status: resolved