Okay
  Public Ticket #3626016
Always jumps to a certain point when scrolling on mobile devices
Closed

Comments

  • Martin Croce started the conversation

    Hello, please help me. My homepage always jumps back to a certain point in the middle of the home page when scrolling to the bottom of the home page on mobile devices as well as iPhones and Android. Sometimes it takes a little longer and sometimes it is quicker for the effect to happen. I've already tried deactivating various plugins, but it doesn't help. It doesn't happen on laptops or standalone computers. I hope you can offer me a solution.

  •  867
    Neuron replied

    Hi Martin,

    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