Responsive web please help

Hello everyone

I am trying to make my website responsive but I am stuck.
1 st picture is full screen laptop but when i change the screen size you can see what happened on the second pictures. In have tried everything but I have no clue. Anybody could give me a hint/help, please.
My last media query that i tried:

@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}

Thanks

  • Mobile (Smartphone) max-width: 480px
  • Low Resolution Tablets and ipads max-width: 767px
  • Tablets Ipads portrait mode max-width:1024px
  • Desktops max-width: 1280px
  • Huge size (Larger screen) max-width: 1281px and greater
1 Like

@maxabo Here some max-width of devices you can add them to media query and test them.

Ways to test
  • For phones open the link of your project in your phone
  • For Laptop open the result in new tab
  • For ipads and tablets open the link of your project in your ipads or tablets
  • For desktops connect your laptop with a monitor and test it
  • For huge size you can connect all the monitor or other connectable devices
    which have width of 1281px and greater

Hope This Help

1 Like

I think if you can put your code somewhere we can all view it, we can be more helpful.

1 Like

Firstly, welcome to the forums.

While we are primarily here to help people with their Free Code Camp progress, we are open to people on other paths, too. Some of what you are asking is pretty trivial in the Free Code Camp context, so you might find that if you’re not getting the instruction and material you need in your current studies, the FCC curriculum will really help you get started. At a modest guess I’d say investing a 4-5 hours working through the curriculum here will really pay off. You can find the curriculum at https://www.freecodecamp.org/learn.

With your current questions, we don’t have enough context to know what you already know or don’t know, so it is impossible to guide you without just telling you the answer (which we won’t do).

It is pretty typical on here for people to share a codepen / repl.it / jsfiddle example of what they have tried so that anyone helping has more of an idea of what help is actually helpful.

Please provide some example of what you’ve tried and I’m sure you’ll get more help.

Happy coding :slight_smile:

So, i tried to make a simple website template, and make it responsive but I just cant go further as you could see the pictures. I can say I am a beginner with it.

This would be my work.
https://codepen.io/Zszabo/details/MWjJWLB