Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #245247

    Hi There,

    I would like to know, how to adjust the vertical spacing between the tiles of the portfolio grid.
    Horizontal spacing was already covered by some other entries here in the Forum:

    .grid-entry .inner-entry { 
    margin-right: 3%; 
    }

    Couldn’t find a solution for the Vertical distribution.

    thanks.

    #245661

    Hey doa!

    Please add following code to Quick CSS as well

    .grid-entry .inner-entry { 
    margin-bottom: 3%; 
    }

    Regards,
    Yigit

    #245825

    Oh my god! : )

    Stupid me…. could have thought of this myself… instead i messed around with ajax sorting routine :)))

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Vertical Spacing Portfolio Grid’ is closed to new replies.