html5 - A responsive web page unexpected stretches its element at a certain screen width -
can please take @ web page: http://tagrig.herokuapp.com/ not sure why content in section tag magnetically attach right side of screen when resize screen width 1424px 1423px. found issue happens in both chrome , firefox.
i expect section can keep in middle , leave margin until width reduced less 480px.
would please tell me how fix issue. thank you.
your main wrapper exceeding 100% width. css:
.wrapper { width: 100%; margin: 0 5%; }
is making element 110% wide. change width 90%;
Comments
Post a Comment