Okay
  Public Ticket #2603835
Portfolio grid
Closed

Comments

  • Jesús Luis Jiménez started the conversation

    Hi. I would like to make bigger the thumbnails of my portfolio (www.soundee.es), so it shows 3 columns instead of 4. 

    I set it in the Salient menu Portfolio> Archive> Main Layout, but the system doesn't respond to it. 

    Also, I would like to know if there is a way to limit the number of the thumbnails so it shows no empty box. 

    Thanks.

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        body .portfolio-items .col.elastic-portfolio-item {
            width: 33.33% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Jesús Luis Jiménez replied

    It works! Thanks a lot. 

    Is there a way to limit the number of the thumbnails so it shows no empty boxes at the bottom of the portfolio?

  •  8,849
    Tahir replied

    Yes, you can use these fields:

    8836078305.pngClick To Open Larger Image.

    Thanks 


    ThemeNectar Support Team 

  • Jesús Luis Jiménez replied

    Thanks!