Title: Scrolling Issues
Last modified: August 13, 2019

---

# Scrolling Issues

 *  Resolved [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/)
 * Hello all,
    I am having issues with scrolling “stuttering” when looking at the
   products list page, past the initial main categories page, while on desktop. 
   It seems to only happen on pages where there are not enough products to warrant
   a second page. It does not seem to happen elsewhere on the site. It does not 
   seem to happen on mobile. Looking for any suggestions to fix the issue. Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fscrolling-issues-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11833152)
 * Hey [@rawkus2g](https://wordpress.org/support/users/rawkus2g/),
 * Sorry to hear about the trouble you’ve run into with “stuttering” while scrolling.
   I took a look through several product pages on your site, but didn’t have any
   trouble.
 * Could I get you to post the direct URL to one of the pages that’s experiencing
   this? Also let me know which browser and version is being used.
 * Thanks,
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11833159)
 * Thanks for the reply!
 * [https://professionalawesome.com/product-category/honda-insight-parts/](https://professionalawesome.com/product-category/honda-insight-parts/)
 * In the above example, if I scroll slowly, it stutters, but if I just scroll as
   fast as I can, it “powers through” the stutter.
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11833162)
 * Additional note, I am on a Mac and the issue is more prevalent in Safari, than
   Chrome, but it’s repeatable on both browsers. Thanks again!
 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11835430)
 * Hi [@rawkus2g](https://wordpress.org/support/users/rawkus2g/),
 * Thanks for sending over the URL. I took a look at that page in Chrome and Safari.
   Here’s what I’m seeing in those.
 * **Chrome**
    ⌊Chrome⌉ [https://cld.wthms.co/NKre31](https://cld.wthms.co/NKre31)
 * **Safari**
    ⌊Safari⌉ [https://cld.wthms.co/EAu52c](https://cld.wthms.co/EAu52c)
 * How does that compare to what you’re running into? Both were pretty smooth for
   me. Do you notice the issue more at the point where the header shrinks in size
   or someplace else?
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11835951)
 * Wow… that’s not at all my experience. Here’s what I am seeing… [https://youtu.be/g4TicLrxQsw](https://youtu.be/g4TicLrxQsw)
 * I think you’re right about the header shrinking causing an issue! Thanks so much
   for the help so far.
 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11836193)
 * Hey [@rawkus2g](https://wordpress.org/support/users/rawkus2g/),
 * Thanks for the video. You could try disabling the shrinking header to see if 
   that makes a difference. You could add this to the Additional CSS in the Customizer:
 *     ```
       @media screen and (min-width: 1100px) {
   
           .sticking .custom-logo {
               max-height: none;
           }
   
       }
       ```
   
 * See if that stops the stuttering behavior for you. Let me know how it goes.
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11836204)
 * When I saw the screen width CSS… it made me realize this might be happening because
   I have an extra wide screen and that does appear to be the case. I did add the
   CSS you provided, but here is what it looks like.
 * [https://youtu.be/huGBQg9RBAQ](https://youtu.be/huGBQg9RBAQ)
 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11836388)
 * Hey [@rawkus2g](https://wordpress.org/support/users/rawkus2g/),
 * Thanks for the update. Sorry to hear that didn’t do the trick for you. I would
   suggest reaching out to the theme author about how to address that fully. They
   should be in a better spot to resolve that for you.
 * If I can help out, let me know.
 * Best,
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11836454)
 * Many thanks, I’ll head over there and link back the information you provided 
   as well.
 *  Thread Starter [rawkus2g](https://wordpress.org/support/users/rawkus2g/)
 * (@rawkus2g)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11839660)
 * So I had deleted an old plugin that seemingly started causing the issue. I replaced
   the features of that old plugin by using the information here: [https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/](https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/)
 * And that seemingly fixed the issue!
 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11839664)
 * Very nice! Good detective work 🙂

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

The topic ‘Scrolling Issues’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/scrolling-issues-3/#post-11839664)
 * Status: resolved