Div disappearing on mobile Autospot Demo Jevelin theme

Home Forums Jevelin Theme Div disappearing on mobile Autospot Demo Jevelin theme

Home Forums Jevelin Theme Div disappearing on mobile Autospot Demo Jevelin theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • gerardjr
    Participant

    Hello, on my site, I am using Jevelin Theme and Autospot demo. The box that goes over the slider disappears on the mobile site. It shows up more than  it doesn’t, but sometimes when the site it loaded it disappears. I’m not to sure what the issue could be. It happens on safari and google chrome. Thanks for the help.

    Hi @gerardjr,

     

    I hope you are well today and thank you for your question.

     

    To troubleshoot the issue I visited your shared site but it is displaying the following error message.

     

    This site can’t be reached
    yoursite.com’s server IP address could not be found.

     

    Could you please make sure that your shared site is accessible so that I can help you?

     

    Best regards,
    Shufflehound team

     

    gerardjr
    Participant

    below is the correct site.

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 800px){
    section#services {
        visibility: visible !important;
        animation: unset !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)