portfolio grid - title left bottom change to left top

GK User
Tue Sep 22, 2015 9:45 am
In the portfolio grid (categorie) the title is shown in the left bottom corner, how can I change that to the left top corner?
User avatar
Junior Boarder

teitbite
Thu Sep 24, 2015 12:23 pm
Hi

Please add this to override.css

Code: Select all
.portfolio.portfolio-grid .itemView h2 {
    text-align: right !important;
}
User avatar
Moderator


cron