Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dinamiko

    (@dinamiko)

    Hi itvirginia,

    columns in dportfolio are managed via media queries, you can find them at the bottom of assets/frontend.css

    @media only screen and (min-width: 1850px) {
    
      .dportfolio-item {
        width:22.9%;
        margin-left:1%;
        margin-right:1%;
      }
    
      .dportfolio-item-list {
        width:22.9%;
        margin-left:1%;
        margin-right:1%;
      }
    
    }

    four columns are really implemented but for screens bigger than 1850px

    so, if you like four columns instead of three you can change this line:

    @media only screen and (min-width: 1850px) {

    for this line:

    @media only screen and (min-width: 996px) {

    try it and tell me if works 🙂

    Thread Starter itvirginia

    (@itvirginia)

    Thank you, I thought it was that setting but for some reason I was not getting the 4 columns.
    I lowered the resolution of my display and then back to 1920 and voila! The 4 columns are there now.
    Thank you very much for your help!
    Buen plugin desde España, me encanta!
    Virginia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘dportfolio columns’ is closed to new replies.