here's my codes.
<header class="top-nav">
<div class="container">
....
</div>
</header>
that container has 'width : 720px' , 'padding : 0 15px' and 'margin: 0 9px'. I think It has right width (768px) on iPad(768px x 1024px), but that isn't to fit my page. How can I solve this?
++ I work on Chrome develope tool.
container => container-fluid isn't work for me :(
after using container-fluid, width=738, padding=0 15px, I think It is right too, but It has same problem