Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #207805

    Hi,

    When i use Portfolio Gird to display the pictures, the columns in the same line are too close, i think its only about 2 pix distance.
    So i want to make this about 10 pix distance, please kindly tell me how can i do.

    Thanks

    Tommy

    #207880

    Hi Tommy!

    How many columns do you have on the portfolio grid? You can use this on Quick CSS if you have a 4 column portfolio:

    .no_margin.av_one_fourth.first{
    padding-left: 0px;
    }
    
    .no_margin.av_one_fourth {
    width: 25%;
    padding-left: 10px;
    }

    Cheers!
    Ismael

    #697607

    Hi Ismael,

    Thank you. now i want to use 3 columns, how can i make it 10 pix distance?

    Tommy

    #697908

    Hi Tommy,

    Please try something like this:

    .no_margin.av_one_third {
    margin: 5px;
    }

    If that doesn’t work then please post a link to the site you are working on.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘About Portfolio Gird’ is closed to new replies.