-
1. Re: Positioning problems within my site
matthew stuart Aug 28, 2014 6:01 PM (in response to Alex4555)I think it might be something to do with your margins having different values as your screen width reduces in size. as it switches from one media size to another, you'll probably find that the percentage of margin switches from a smaller value to a larger value.
Basically, at 481px, your left margin might be 10%, but at 480px, your left margin might be 15%. Even though you have changed by only one pixel which might equate to 0.5%, the media query is pushing your logo away from the left margin by an extra 5%.
Does that make sense?
Anyway, I like your menu and how it disappears to a single button… where did you get that from?
-
2. Re: Positioning problems within my site
Alex4555 Aug 28, 2014 8:17 PM (in response to matthew stuart)https://coders-guide.com/watch.php?v=54
^ this is the video i used to do this. Use his site, it has many tutorials!
-
3. Re: Positioning problems within my site
Alex4555 Aug 28, 2014 8:18 PM (in response to Alex4555)And is there any way you can put what you said in the code? I am still having problems figuring out how this works.
-
4. Re: Positioning problems within my site
Alex4555 Aug 28, 2014 8:19 PM (in response to Alex4555)If the last post didnt go through the website is coder-guide.com go to tutorials it is the first one
-
5. Re: Positioning problems within my site
Ben Pleysier Aug 28, 2014 11:46 PM (in response to Alex4555)Alex,
If you want serious assistance with your problems, then please give us a link to the site. No use showing videos and other people's tutorials. We need your code in situ.



