Increasing min height for portfolio tiles

Home Forums Jevelin Theme Increasing min height for portfolio tiles

Home Forums Jevelin Theme Increasing min height for portfolio tiles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • grammakov
    Participant

    Hey guys. When entering excessively long titles for my portfolio items, columns that contain those items get pushed down (see screenshot). I want to keep them at the same height. Tried doing that through CSS but I realized that’s JS that is in charge of doing the alignments. Appreciate any help, thanks! The URL is http://162.243.37.136/portfolio/clients/

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @grammakov,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content .sh-portfolio-item {
        min-height: 360px;
    }

     

    Best regards,
    Shufflehound team

    grammakov
    Participant

    Awesome!

    You are most welcome here 🙂

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