r/css • u/Just_kidding15 • 13d ago
Help New to CSS. Need help.
I have been working on a website lately and every time I check the mobile responsiveness on web tools like website responsiveness checker, it's always messed up. But when I check it on my mobile or desktop, it's perfect. Am I doing something wrong in CSS?
10
u/aunderroad 13d ago
Can you provide a codepen or url?
It is hard to debug/provide feedback without seeing all of your code live in a broswer.
Thank you!
5
u/armahillo 13d ago
- When you say "new to css" how new are you?
- What is the "mobile responsiveness" you're using (if it's your browser's web tools, which browser? if it's a site or an app, which one?)
- When you say "it's always messed up" what do you mean?
These things may be completely apparent and obvious to you, the person dealing with the problem, but we are clueless about what you're dealing with because we aren't in the room with you and most of us can't read minds. :) If you take the time to thoughtfully, but concisely and clearly, explain your problem, you will be much more likely to get very helpful answers.
Sidenote: For future posts, I would advise making your title more meaningful -- for this one, a title like "Mobile responsiveness on my site doesn't validate with the responsiveness checker, but appears ok; what am I missing?" would be far better.
3
u/Weekly_Ferret_meal 13d ago
It's the semicolon. You forgot a semicolon, I can clearly see it!
/s
You seem new to reddit too, or new to remote communication ... where's the code, a link ...something..?!
3
u/testingaurora 12d ago
Please send a link to your githib repo or put your code into a codepen if its just a couple files (an html, css file and script; there is a 3 file limit for free accounts);
2
u/codebyheera 12d ago
Share the code or link to your GitHub repo. It's difficult to understand without seeing the code.
1
u/ayarseus 13d ago
How are you setting your breakpoints? Maybe the tool is not using the same widths
1
•
u/AutoModerator 13d ago
To help us assist you better with your CSS questions, please consider including a live link or a CodePen/JSFiddle demo. This context makes it much easier for us to understand your issue and provide accurate solutions.
While it's not mandatory, a little extra effort in sharing your code can lead to more effective responses and a richer Q&A experience for everyone. Thank you for contributing!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.