Home Forums WoodMart support forum Portfolio layout project height

Portfolio layout project height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #489174

    faris.ashraf
    Participant

    Hi, I’d like the portfolio layout to be the same height for all projects based on the request of my client. How can I modify the portfolio-info class to make sure that these are all at the same height?

    Thanks

    #489294

    Hello,

    Please share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards.

    #489413

    faris.ashraf
    Participant

    Hi. Details as provided.

    #489556

    Hello,

    Try to add following custom css code in theme settings custom css:

    .portfolio-entry .wd-entities-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Best Regards.

    #489973

    faris.ashraf
    Participant

    Hi that seems to fix the issue but instead of hiding the texts, can it be shown instead? The client requested to show the overall title of the hospitals.

    In addition, it seems that there’s an empty space below some rows but not others (refer to the two images included). Can it be with space e.g: 20px at the bottom?

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

    Hello,

    So the issue is in the images themselves. Unfortunately, we don’t have such settings that will make portfolio items with the same height regardless of the size of the images.

    If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!

    Kind Regards

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