Portfolio images/titles don't have the same height

  • Posted in : BookCard WP
  • elavd
    Participant

    I am working on this site:
    http://paperfly.gr/wp/

    and as you can see the portfolio items don’t align well, because some portfolio items have longer titles than the others.

    Can this be fixed, in order all the portfolio items have the same height and so align correctly?

    elavd
    Participant

    No one can help???

    ahmetsali
    Keymaster

    Hi, edit js/main.js in theme folder in a text editor and find line : 104, you will see;

     layoutMode : 'masonry', 
    

    change it to;

     layoutMode : 'fitRows', 
    
    elavd
    Participant

    I did the change that you told me, but nothing changed…

    elavd
    Participant

    Any other idea?

    ahmetsali
    Keymaster

    try adding this custom css code also;

    .portfolio-items .hentry {
        margin: 0;
    }
    
    elavd
    Participant

    YES!!!
    Those 2 changes did the trick !!!
    Thank you :) :) :)

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register