css - Mobile media queries issue -


i have html5 theme came responsive css . want add media query iphone 6 plus. have query works on iphone 5,

@media (max-width: 479px) {  #header .top .inner,  section.news-ticker,  .section3 .section-wrap,  .section2 .section-wrap,  #main,  .section-navmobile,  .footer-wrapper { width: 300px;} 

this media query on iphone 6 plus gives margin right , left, wanted add new media query max width of 736 px , give #main section width of 360px doesn’t work.. on iphone 6 plus still have large right , left margins , ignores 360px of main container tried different combinations of media widths , no luck

something must doing wrong ...


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -