Visual Studio Code to browser - Media queries...

Hi everyone! I have tried everything I can think of and I just cannot figure out what is causing this issue I'm seeing. In Visual Studio Code I connected to Live Server, and even tried alternatives...but when I go to my browser preview, all of my media queries are stripped out. Has anyone come across this or know how to fix it? Thank you!
32 Replies
b1mind
b1mindā€¢11mo ago
you will need to provide more info probably. Do you have a repo or code to share that can help us? I can only assume you are not importing it properly or something something file paths. you might need this in your <head> too <meta name="viewport" content="width=device-width, initial-scale=1"> šŸ”® šŸ¤·ā€ā™‚ļø
Jochem
Jochemā€¢11mo ago
Please don't share binary files, especially zip files. @Brian R
Brian R
Brian Rā€¢11mo ago
I don't even know what a binary file is. lol. How can I share this?
Jochem
Jochemā€¢11mo ago
github works just fine
Brian R
Brian Rā€¢11mo ago
Brian R
Brian Rā€¢11mo ago
Oh, OK. Sorry. Im learning.
Jochem
Jochemā€¢11mo ago
a binary file is a file that isn't plain text no worries, it's just a safety thing, too easy to spread malicious software through zips and pdfs and such
Brian R
Brian Rā€¢11mo ago
GitHub
GitHub - labradorconnect/fluid-site-lab: Working Site to Learn Fluid
Working Site to Learn Fluid. Contribute to labradorconnect/fluid-site-lab development by creating an account on GitHub.
Jochem
Jochemā€¢11mo ago
I think something went wrong with your commit, it's just a bunch of PNGs
Brian R
Brian Rā€¢11mo ago
Every time I try to upload the HTML, it just disappears.
Jochem
Jochemā€¢11mo ago
how are you uploading it?
Brian R
Brian Rā€¢11mo ago
I was just creating a file.
No description
Jochem
Jochemā€¢11mo ago
GitHub
fluid-site-lab/index.html at main Ā· labradorconnect/fluid-site-lab
Working Site to Learn Fluid. Contribute to labradorconnect/fluid-site-lab development by creating an account on GitHub.
Brian R
Brian Rā€¢11mo ago
šŸ™‚
Jochem
Jochemā€¢11mo ago
you're referencing your style.css like this:
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style.css">
but the style.css file is in the same folder as index.html
Brian R
Brian Rā€¢11mo ago
Not on my server. I just did that in Github. Sorry.
Jochem
Jochemā€¢11mo ago
what do you mean exactly btw with "all my media queries are stripped out"?
Brian R
Brian Rā€¢11mo ago
They just aren't there. I can't explain it.
No description
Jochem
Jochemā€¢11mo ago
you're inspecting body, you don't have any body rules in your media query
Brian R
Brian Rā€¢11mo ago
Thanks. But here I have selected the div with "hero-bg-mobile" and there is no media query reflected.
No description
Jochem
Jochemā€¢11mo ago
pff, I'm not sure what's going on but it's also very hard to tell without a version of the code I can see in my browser.
b1mind
b1mindā€¢11mo ago
the media queries are there and working.... is there a specific issue you are having? I'm confused
Jochem
Jochemā€¢11mo ago
same here they only show up in the inspector when you hit the right width for them, but they're definitely there and functioning but that's intended behavior
Brian R
Brian Rā€¢11mo ago
Yes. But what I'm saying is, in Visual Studio Code, when I'm working in there and using Live Server to view, they aren't there. That's what's weird.
Jochem
Jochemā€¢11mo ago
so that screenshot you sent, the viewport is less than 1200px? paint says it's 1290px wide, so the media query wouldn't have activated in that screenshot and therefor they aren't visible in the inspector
Brian R
Brian Rā€¢11mo ago
I see it now! I think my Divs are messed up. lol.
b1mind
b1mindā€¢11mo ago
that could cause some issues šŸ˜„
Brian R
Brian Rā€¢11mo ago
Thank you SO much! I just have one more issue. I have the following, but I can't get the overlay to fire. I have tried different z-index values. I must be missing something. https://www.labradorconnect.com/dev .founder-main { display: flex !important; flex-direction: column !important; justify-content: center; align-items: center; width: 100%; height: CALC(100vh - 5rem);
}

.founder-main::before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.6); z-index: 1; }
Your title here
Your description here
Jochem
Jochemā€¢11mo ago
make a new post for this in #front-end please, we're well off VS Code now
Brian R
Brian Rā€¢11mo ago
OK. šŸ™‚
Jochem
Jochemā€¢11mo ago
might be a good idea to be a little more descriptive and/or add a screenshot, cause I have no idea what you mean by "get the overlay to fire" did you solve the issue? I saw your post appear briefly, but it's vanished again?
Want results from more Discord servers?
Add your server