• Resolved pmathis09

    (@pmathis09)


    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.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eleopard

    (@eleopard)

    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

    (@pmathis09)

    Perfect thanks!

    Plugin Author eleopard

    (@eleopard)

    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.