Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #23363

    HelloHi,

    i buy your them, is very very good!!!!

    I’d like to create a withe space between the column in the portfolio thumbnails. It’s possible? How?

    Thanks

    Serena

    #119512

    Hi,

    If you have a four column portfolio, you can add this on your custom.css or Quick CSS

    .grid-entry.no_margin.av_one_fourth {
    width: 24%;
    }

    3 columns should be like this

    .no_margin.av_one_third {
    width: 32.3%;
    }

    2 columns, add this

    .no_margin.av_one_half {
    width: 49%;
    }

    This will add a 1% margin between the items.

    Regards,

    Ismael

    #119513

    Sorry Ismal but with this code the columns are shrunk but there isn’t a white space between them.

    #119514

    how can I do it?

    And another question. It’s possibile to remove the border and the shodow of the portfolio thumbnail?

    I’d like to have a result like this http://www.mottarella.com/download/thumbnail.jpg

    Thank you

    #119515

    Hi,

    Interesting. This code produces a 5 column grid instead of white space.

    .no_margin.av_one_fourth {
    width:20%
    }

    However if instead you add this

    .grid-entry .inner-entry {
    width: 90%;
    }

    You will get white space.

    Thanks,

    Nick

    #119516

    thanks Nick, now I have a withe space between the columns, but I have also the border around the thumbnail, may I remove it?

    #119517

    Hi,

    Please add this CSS

    #top .inner-entry {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    }

    Thanks,

    Nick

    #119518

    perfect!!!!!

    Thank you very much!

    #119519

    No problem. Enjoy the theme!

    Thanks,

    Nick

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘portfolio with space between column’ is closed to new replies.