Hi anrangelov10
If I got your point correctly, you want to show the title in Portfolio layout the same like Portfolio - Grid layout, right?
You will need to customize a bit:
1 - Backup this file: /templates/gk_photo/html/com_k2/templates/portfolio/category_item.php (simply rename it)
Download attached file >> unzip and replace copy to above directory
2 - Open the file: /templates/gk_photo/css/k2.css
Add this custom css:
/* Portfolio no grid */
.portfolio.portfolio-no-grid .itemView h2 {
bottom: 0;
color: #fff;
font-size: 48px;
left: 0;
letter-spacing: 3px;
line-height: 1;
padding: 110px;
position: absolute;
text-transform: uppercase;
width: 100%;
}
.portfolio.portfolio-no-grid .itemView h2 small {
color: #fff;
display: block;
font-size: 14px;
line-height: 1.2;
}
.portfolio.portfolio-no-grid .itemView h2 a { color: #fff; }
.portfolio.blog-grid .item-filter,
.portfolio.portfolio-no-grid .item-filter {
float: left;
left: -50px;
margin: 0 0 96px 50%!important;
position: relative;
text-align: right;
width: 50%;
}