- This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
How can I debug media queries properties with Chrome and Firefox “Inspect Element” tools(or with any other tools)?
Thanks in advance
I. Lesher
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.
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
I’m so confused right now. Why can’t you just open a text editor?
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
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?
I don’t really debug the whole site, just concentrate on 2 specific problems that the owner asked me to.
Thanks
I. Lesher