Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23313

    Hey,

    I absolutely love this theme. The only thing i don’t like is the design of the portfolio grid. The theme has a lot of beautiful whitespace but the portfolio items are crammed together. Is there a way to create more whitespace/padding around the thumbnails? Ideally i would like it to look more like the 3column images in the Home V2 homepage. But just a little more whitespace would be nice.

    Thanks in advance.

    #119350

    Hi this is the css code that will push them apart, but it all depends on how many column there are. This code assumes its 3 or 4 column portfolio. And ofcourse you can play with these values yourself. Initially the first one was 33.3% and the second 25%

    #top .no_margin.av_one_third {
    width: 31.3%;
    }
    #top .no_margin.av_one_fourth {
    width: 23.5%;
    }

    Thanks,

    NIck

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Portfolio columns/grid’ is closed to new replies.