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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -