Media queries ignored

  • diana_aceves_
    Asked on October 30, 2015 at 7:16 AM

    Hi, 

    I have added a media-query at end of my custom css, but they seem to be ignored.

    https://form.jotformeu.com/53022098655355 

  • KadeJM
    Replied on October 30, 2015 at 10:37 AM

    I understand that you are having an issue with getting your custom css media query to work.

    When I checked your mentioned form above I found you are using this as your last line of css - 

    @media screen and (min-width:1280px){

    .form-all {

    font-size : .9em;

    }.form-textbox {

    padding : 1em;

    }}

     

    It seems you are trying to make it fit a tablet possibly? Or?

    I'm not quite sure that I understand the issue fully yet.

    Are you able to add a screenshot of the problem you are having on your end?

    Can you please explain more to us about what device you have and also more about what exactly you are trying to do? This way we can assist you better with your issue.