Portfolio Thumbnails

  • Posted in : impressivCard
  • 604kho
    Participant

    First off I wanted to say awesome theme! I love it so far. I just have one question, is there anyway I can change the size of the thumbnails in the portfolio section? I Only want to display about 6 – 8 portfolio pieces and would like to make each thumbnail twice as big. Is this possible?

    Thanks in advance,

    Kevin

    ahmetsali
    Keymaster

    Hi, use the custom css code below to make your portfolio grid 3 columns max;

    @media screen and (min-width: 991px) {
        .portfolio-items .item { width: 290px; }
    }
    @media screen and (min-width: 1200px) {
        .portfolio-items .item { width: 370px; }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard’ is closed to new topics and replies.