Okay
  Public Ticket #3525584
Mobile home page has infinite vertical scrolling
Closed

Comments

  • ideacreativa started the conversation

    Hi,

    From mobile, the home page which is in SLIDE configuration actually scrolls down infinitely. How come? It shouldn't scroll down. See Attachment

    thanks so much

    Attached files:  Screenshot_20231120_122935.jpg

  •  869
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  • ideacreativa replied

    Hi,

    lucreziamarradi.it/wp-admin

    User: LucreziaMarradi

    Pass: Luc131080Wp@


    thnaks

  •  869
    Neuron replied

    Hi,

    I've just fixed the issue by adding the following code at Elementor's Site Settings > Custom CSS.

    @media (max-width: 1279px) {
        .neuron-slides-wrapper {
            overflow: hidden !important;
        }   
    }
    

    Feel free to ask for anything you need.

    Kind Regards