Title: Larger Tiles
Last modified: January 5, 2018

---

# Larger Tiles

 *  Resolved [pmathis09](https://wordpress.org/support/users/pmathis09/)
 * (@pmathis09)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/larger-tils/)
 * Hello! I was wondering what the most elegant method of increasing the tile size
   for a grid would be is there a specific element that would allow me to tweak 
   the size for all of the grid contents?
    -  This topic was modified 8 years, 4 months ago by [pmathis09](https://wordpress.org/support/users/pmathis09/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flarger-tils%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/larger-tils/#post-9835734)
 * Dear Patrik,
 * Thanks for using the Portfolio Manager.
 * You can override the tiles by pasting the following CSS in Portfolio Manager 
   > Settings > Advanced Tab > Custom CSS box and paste the following:
 *     ```
       .eds-bpm-main{
       	max-width: 1272px !important;
       	margin-left: auto;
       	margin-right: auto;
       	margin-bottom: 20px;
       }
       .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
       	width: 280px !important;
       	height: 219px !important;
       }
       .eds-bpm-view img{
       	width: 280px !important;
       }
       @media (max-width: 1024px){
       	.eds-bpm-main{
       		max-width: 650px !important;
       	}
       }
       @media (max-width: 767px){
       	.eds-bpm-main{
       		max-width: 250px !important;
       		width: 250px !important;
       	}
       	.isotope-item{
       		margin-left: 0 !important;
       		margin-right; 0 !important;
       	}
       	.isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{
       		width: 250px !important;
       		height: 196px !important;
       	}
       	.eds-bpm-view img{
       		width: 250px !important;
       	}
       }
       ```
   
 * Let me know if this works.
 *  Thread Starter [pmathis09](https://wordpress.org/support/users/pmathis09/)
 * (@pmathis09)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/larger-tils/#post-9838359)
 * Perfect thanks!
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/larger-tils/#post-9838782)
 * Glad to know it worked.
    Please feel free to let me know in case you face any
   other issues.
 * Marking this resolved now.

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

The topic ‘Larger Tiles’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-manager-powered-by-behance/assets/icon-256x256.
   png?rev=1243928)
 * [Behance Portfolio Manager](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [eleopard](https://wordpress.org/support/users/eleopard/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/larger-tils/#post-9838782)
 * Status: resolved