Okay
  Public Ticket #1633066
portfolio image
Closed

Comments

  • willeamk started the conversation

    hello and thanks to Art for your help, 
    now I just have a simple issue that i've tried around without success, on my web (www.christianwilleams.com/mainsite) when you open with Mobilephone, i just need the images to be displayed 3 images at a row instead of 1 big image, (just like instagram, 3 images at 1 row) how do i do that?
    thanks in advance..

  • [deleted] replied

    Hi willeamk,

    3 projects for one row will make your project images very very small,  please add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .portfolio-holder .portfolio-item.w4 {
            width: 50% !important;
        }
    }

    This will make your projects to appear 2 per row.

  •  1
    willeamk replied

    Thanks Ylli that works now, and looks great.. thanks again :)

  • [deleted] replied

    I'm glad to hear that

    Have a great weekend and enjoy Kalium.

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab. 

    A huge thank you from Laborator in advance!