• Resolved gizempolat

    (@gizempolat)


    Hi,

    Is it possible to give equal height for all the gallery item cards when using below settings:

    Grid style: Grid
    Layout: Card

    Even with custom CSS? Any help will be appreciated.

    Thanks,
    Gizem

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @gizempolat,

    Hope you are doing well. Sorry for the late reply.
    It seems you are asking for the Filterable Gallery widget. For making the same height, please use the below custom CSS code and retry once.

    .gallery-item-caption-wrap.caption-style-card {
        height: 200px !important;
    }

    You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Hope this will help you. Let us know how it goes.

    Thanks!

    Thread Starter gizempolat

    (@gizempolat)

    Hi Rasel,

    Thank you for reply, I already used this CSS before opening this ticket and was hoping for a different approach.
    As the content length increases in one box, I need the other boxes with shorter content to be aligned with it (or with the longest one). So fixing the height to 200px will not help unfortunately.

    Do you have another suggestion?

    Thank you,

    Gizem

    Thread Starter gizempolat

    (@gizempolat)

    Hi Rasel,

    On a second thought, if you can tell me if there is a way to double the width of any specific content box, that would help too. If this is possible then I can use the above CSS you wrote.

    Please let me know.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Equal Height for Items’ is closed to new replies.