Hi I am having trouble making my header responsive. I am a beginner at coding so I don't know much but try to research as much as I can to fix any problems I incurred, but i cannot fix this one.So if any of you could give me your opinions on how to make it more responsive it well be very helpful.
Hi I am having trouble making my header responsive. I am a beginner at coding so I don't know much but try to research as much as I can to fix any problems I incurred, but i cannot fix this one.So if any of you could give me your opinions on how to make it more responsive it well be very helpful.
http://codepen.io/frijolito56/full/meDhJ
Thanks in advance, Alan
here's quick fix, you can tweak this as you like http://codepen.io/joe/full/qxKvn
Thanks this helps, the last thing I would ask is if someone knew how to make the image resize with the menu so it wont be out of canvas.
in responsive design you set image in css with width 100% and height auto and remove height and width from html, hope that helps
@jurotek ok thanks !
I would try and use css3 @media queries to do that.
Look at wc3 spec.