Portfolio Display

  • Posted in : impressivCard WP
  • thinkpierce
    Participant

    Hi,
    I have 6 items in my portfolio, 5 are displayed in one row and 1 is displayed in the second row but it is centered. See screenshot at: http://rhonapierce.com/wp-content/uploads/2013/09/portfolio_display.png

    I don’t want it to display this way, I would like for the item at the bottom to be directly under the first item. Is there a way to do this? Or better yet is there a way to choose the amount of images to display per row?

    Thanks!

    Mehmet S.
    Keymaster

    Hi, it is because of the masonry layout future. You need to edit your main.js file. That file is in the js folder of your theme.

    – Open the main.js file,

    – Find the line:

    layoutMode : 'masonry',
    

    – Change it to:

    layoutMode : 'fitRows',
    

    Thanks

    thinkpierce
    Participant

    awesome, that worked perfectly.
    You are the best!

    Thanks

    Mehmet S.
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

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