css - Some page display 50% width -


when resize browser in small size 360px, display of pages 50% width usual width. how fix this?

here's link

thanks!

you may try in css :

       .ak-container, body.boxed-layout {        padding: 0;        width: 100%;        }        .no-sidebar #primary {        float: none;        margin: 0 auto;        width: 100%;       } 

Comments