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.
Glad to know it worked.
Please feel free to let me know in case you face any other issues.
Marking this resolved now.