Okay
  Public Ticket #3712779
Problems with how my page looks on mobile
Open

Comments

  •   mauri_vinueza started the conversation
  •   mauri_vinueza replied privately
  •  907
    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


  •   mauri_vinueza replied privately
  •  907
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've just fixed the issues, can you please take a look at your site now?

    Feel free to ask for anything you need.

    Kind Regards


  • mauri_vinueza replied

    Thank you very much, the problem has been solved. Could you also show me how you fixed it so I can learn in case something similar happens in the future please?

  •  907
    Neuron replied

    Hi,

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

    /* Carousel Visible */
    .swiper-slide-visible,
    body:not(.elementor-editor-active) .h-neuron-animation--wow:not(.active) {
        opacity: 1 !important;
    }
    @media (max-width: 1279px) {
        .neuron-slides-wrapper {
            overflow: hidden !important;
        }   
    }

    Feel free to ask for anything you need.

    Kind Regards