Dear Mireia,
Thanks for using the Portfolio manager.
Please remove the CSS pasted from
www.downloads.eleopard.in/forum/question...in-gallery-view.html and use the following :
.eds-bpm-main{
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}
#bop-project-left{
color: #696969;
}
.bop-primary-project-content a{
font-size: 18px;
}
.bop-primary-project-content a:hover{
text-decoration: underline;
}
.isotope-item{
width: 370px !important;
height: 289px !important;
}
.eds-bpm-main > .isotope-item > .eds-bpm-view, .eds-bpm-main .isotope-item .eds-bpm-view-first .eds-bpm-mask {
height: 289px !important;
width: 370px !important;
}
.eds-bpm-view img{
width: 370px !important;
}
.mosaic-view-one .eds-bpm-view .eds-bpm-view-heading{
margin: 54px 0 0 0;
}
.mosaic-view-one .eds-bpm-view .eds-bpm-view-para {
margin-top: 40px;
}
.mosaic-view-one .eds-bpm-view-first a.eds-bpm-info{
margin-top: 40px;
}
@media only screen and (max-width: 1249px) {
.eds-bpm-main{
max-width: 782px;
}
}
@media only screen and (max-width: 900px) {
.eds-bpm-main{
max-width: 390px;
}
}
@media only screen and (max-width: 479px) {
.eds-bpm-main{
max-width: 240px;
}
}
This is would resolve the color issue of the text as well.
Please let me know if this works for you.