Title: Max Grid Size
Last modified: August 22, 2016

---

# Max Grid Size

 *  Resolved [msimons11](https://wordpress.org/support/users/msimons11/)
 * (@msimons11)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/max-grid-size/)
 * I am currently using the beta version of WP tiles, and it is working wonderfully
   for a standard display, a smaller display, and on mobile. I have viewed my website
   on a much larger display, and I found that my entire site will adjust accordingly,
   but the grid on my main page will not expand.
    Is there a way to set an infinite
   limit for the grid? So it will increase in size as the display size increases?
 * Here is my website: [http://www.linearcomputing.com](http://www.linearcomputing.com)
   
   Thank you!
 * [https://wordpress.org/plugins/wp-tiles/](https://wordpress.org/plugins/wp-tiles/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * (@mike_cowobo)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/max-grid-size/#post-5776777)
 * Hi [@msimons11](https://wordpress.org/support/users/msimons11/),
 * The width of WP Tiles is limited by your theme. So the container of your body
   text is what determines how wide WP Tiles can go.
 * I had a look at your site, and there is actually a way of breaking WP Tiles out
   of its container, using absolute positioning. No warranty, but adding this to
   your (child)theme should do the trick:
 *     ```
       .wp-tiles-grid {
           position: absolute;
           left: 0px;
           right: 0px;
       }
       ```
   
 * Cheers,
    Mike

Viewing 1 replies (of 1 total)

The topic ‘Max Grid Size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tiles_8f8e84.svg)
 * [WP Tiles](https://wordpress.org/plugins/wp-tiles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tiles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tiles/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tiles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tiles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tiles/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Martel](https://wordpress.org/support/users/mike_cowobo/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/max-grid-size/#post-5776777)
 * Status: resolved