• Resolved lchang79

    (@lchang79)


    Hi,

    how do i remove the pop-up calendar on the computer version? It doesn’t appear on the mobile version, but it is still appearing when i view the site from a desk top or laptop. thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @lchang79

    In this case, rather than using the @media instruction to hide the CSS styles only on mobile devices, as we recommended in your other support thread:

    @media (max-width:710px){
    .ui-datepicker{display:none !important;}
    }

    Enter it directly:

    .ui-datepicker{display:none !important;}

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘pop up calender’ is closed to new replies.