Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

Okay
  Public Ticket #3601556
Jump to part of the page when scrolling on mobile
Closed

Comments

  • Anon started the conversation

    Hello,

    On mobile view when you load the page and start scrolling down, when you come close to the footer the page jumps back up or when you go up it jumps back down randomly.

    I see that other users have had the same problem. 

  •  949
    Neuron replied

    Hi Anon,

    Can you please add the following CSS code at Elementor Site Settings > Custom CSS, it will fix the issue.

    @media (max-width: 1279px) {
        .l-neuron-grid__item {
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards