HOW TO CHANGE THE LIMITS OF COLUMNS AT PORTFOLIO?

This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow

  • Avatar: tintineonet
    tintineonet
    Participant
    June 28, 2016 at 20:10

    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

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 29, 2016 at 08:19

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.