Basically, my 100% width Div wrappers aren’t working right when I re-size the browser. When you re-size the browser smaller than what the page design is, I get a horizontal scroll bar and it’s not actually spanning full width. It’s like it’s just cutting off at some point.
Here is the link : Website Link
I’ve tried to fix this but it’s just really confusing me why this is happening. Can anyone shed some light on this problem?
Thanks in advance.
Mark
I figured it out! I set width: 100% to min-width: 100% and that fixes the issues.