Portfolio images not aligned

  • Posted in : Responsy WP
  • media991
    Participant

    When you visit the portfolio the first few lines seem to be aligned and then as you scroll down the page the second row from the left seems to drop.. any advise on how to fix this?

    We are using the latest version.

    please see screenshot here: http://bit.ly/UyUzVO

    ahmetsali
    Keymaster

    Hi, edit js/main.js in theme folder in a text editor, find the line : 215

    layoutMode : 'masonry'
    

    and replace it with this code line;

    layoutMode : 'fitRows'
    
    3rdBardo
    Participant

    Hi,

    Thanks for this solution.

    I was just wondering if it would be possible to have “fitRows” as the default in main.js for the next release? Alternatively, it would be useful to have some way to select either option without having to amend the main.js file.

    The main reason I ask is that in the last 2 days, there’s been 2 Responsy releases, and each time I’ve had to re-add this line. It’s a bit of a hassle having to re-do it, as the main.js file gets overwritten when updates are uploaded.

    It would be great if this “fitRows” was the default. I’d guess most people would prefer to have their portfolio elements lining up when there’s text underneath.

    Thanks in advance. Keep up the great work!

    Mehmet S.
    Keymaster

    That’s a nice idea. I will have that in mind for a next update. Thanks.

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

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