Problem with portfolio items

  • Posted in : impressivCard
  • SurrealStudio
    Participant

    Hello, I have this theme setup here: http://spensermcconnell.com/#/portfolio

    I am wondering why the bottom portfolio items are not all floating left correctly.

    Thanks!

    ahmetsali
    Keymaster

    Hi, it looks like all of your images in your portfolio are not in the same size; you have two option;

    – make all the images exact same in size
    – or use fitRows layout option instead of masonry, to do this edit js/main.js in a text editor and find line : 473, you will see;

    layoutMode : 'masonry',
    

    cahange it to this;

    layoutMode : 'fitRows',
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard’ is closed to new topics and replies.