Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS media queries debugging

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #180822
    triplebit
    Participant

    How can I debug media queries properties with Chrome and Firefox “Inspect Element” tools(or with any other tools)?
    Thanks in advance
    I. Lesher

    #180823
    nixnerd
    Participant

    This bad boy right here:

    In all seriousness though, Firefox Dev Tools “Responsive Design View” is pretty good. It notes what the width is to make sure you’re getting your breakpoints right.

    #180825
    triplebit
    Participant

    Thanks
    But how do I see the actual css code lines like so:

    @media only screen (min-device-width: 640px) and
    not (-webkit-min-device-pixel-ratio: 2) {
    /* stylesheet for non-high density phone goes here */
    }
    Regards
    I. lesher

    #180828
    nixnerd
    Participant

    I’m so confused right now. Why can’t you just open a text editor?

    #180829
    triplebit
    Participant

    I’m sorry but I didn’t say it before- this is not my site and I don’t have credentials to see the sources. I only have the URL
    Thanks
    I. Lesher

    #180830
    Paulie_D
    Member

    I’m sorry but I didn’t say it before- this is not my site and I don’t have credentials to see the sources. I only have the URL

    So you’re debugging a site you don’t have access to?

    WTF?

    #180834
    triplebit
    Participant

    I don’t really debug the whole site, just concentrate on 2 specific problems that the owner asked me to.
    Thanks
    I. Lesher

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.