Title: lowmediumhigh's Replies | WordPress.org

---

# lowmediumhigh

  [  ](https://wordpress.org/support/users/lowmediumhigh/)

 *   [Profile](https://wordpress.org/support/users/lowmediumhigh/)
 *   [Topics Started](https://wordpress.org/support/users/lowmediumhigh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lowmediumhigh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lowmediumhigh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lowmediumhigh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lowmediumhigh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lowmediumhigh/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Feed won't fill 100% of mobile screen](https://wordpress.org/support/topic/feed-wont-fill-100-of-mobile-screen/)
 *  Thread Starter [lowmediumhigh](https://wordpress.org/support/users/lowmediumhigh/)
 * (@lowmediumhigh)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/feed-wont-fill-100-of-mobile-screen/#post-6203866)
 * If you’re using the Firefox inspect element tool you’re seeing the desktop style.
   css which has no relevance to the mobile css. Unless you are on a mobile device
   or using the Chrome Dev Tools mobile emulator you won’t see the mobile css. This
   is because I’m using the Mobile CSS plugin. I’d suggest the Chrome Dev Tools 
   mobile emulator.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Feed won't fill 100% of mobile screen](https://wordpress.org/support/topic/feed-wont-fill-100-of-mobile-screen/)
 *  Thread Starter [lowmediumhigh](https://wordpress.org/support/users/lowmediumhigh/)
 * (@lowmediumhigh)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/feed-wont-fill-100-of-mobile-screen/#post-6203776)
 * The
 * ‘@media (min-width:820px) {‘
 * Doesn’t apply to mobile formatting, only when the window is shrunk on desktop.
   I just commented it out right now and deleted the max-width on top so it didn’t
   confuse anyone.
 * The mobile formatting is done by the CSS Mobile Plugin which for some reason 
   only formats down to 980px. I just need to figure out how to change or get rid
   of the 980px constraint.
 * Here’s the css that runs the mobile site:
 * [http://duenorthsports.com/wp-content/uploads/2015/06/MobileCSS.txt](http://duenorthsports.com/wp-content/uploads/2015/06/MobileCSS.txt)

Viewing 2 replies - 1 through 2 (of 2 total)