• Hi there, the Load More Woocommerce Products works fine on everything but portrait mobiles… it briefly shrinks the whole page to the height of the viewport and then loads the next array of products… this doesn’t happen when viewed landscape on a phone or either orientation of tablets… as is fine on all desktops. Firefox developer edition doesn’t see this, but Chrome’s inspector does… please advise.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter seanalexander1968

    (@seanalexander1968)

    FIXED – you’ve used a 40em text-indent, so i bumped that out, with a media query:

    /*–Fix for mobile portrait–*/

    @media screen and (max-width: 500px) {

    .lmp_products_loading .fa {text-indent: -9000em;}
    }

    Plugin Author RazyRx

    (@razyrx)

    Hello @seanalexander1968,

    text-indent: 40em; is uses from your theme, not from plugin.
    Please contact theme author with this problem.

    Regards,
    Oleg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load more on Mobile shrinks whole page before loading more products’ is closed to new replies.