This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
I need to change the limits of columns at portfolio page. It is predefined 2-3-4 and I need 6 columns for show correctly my content.
Thanks!
Regard
Hello,
There is no option to set 6 columns, but we’ll add it in one of the future updates.
To implement in now, please, select 4 columns in theme options and then add the following custom in Theme Options > Styling > Custom CSS > Custom CSS for desktop
.portfolio-item.columns-count-4 {
width: 16.66%;
}
.portfolio-item.columns-count-4 .portfolio-descr .project-title {
line-height: 18px;
}
.portfolio-item.columns-count-4 .portfolio-descr .project-title a {
font-size: 14px;
}
.portfolio-item.columns-count-4 .portfolio-descr .posted-in {
line-height: 1rem;
}
Regards
Tagged: best selling, change, columns, limits, portfolio, themes, woocommerce
The issue related to '‘HOW TO CHANGE THE LIMITS OF COLUMNS AT PORTFOLIO?’' has been successfully resolved, and the topic is now closed for further responses