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

    Hi,
    Is there any way to get a similar height of all items in the portfolio grid? Height depends now on the amount of text of the item. Would be nice to have it equal for all items.

    #1424238

    Hey HenkN,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-portfolio-grid-sorting-container .grid-entry a .grid-content {
      min-height: 150px;
    }

    Best regards,
    Rikard

    #1424391

    Hi, it doesn’t work. I deleted the cache, disabled wp supercache, but no succes.
    Any idea where to look?

    #1424419

    Hi,

    Please try this CSS instead:

    .grid-sort-container .grid-entry .inner-entry {
        min-height: 270px !important;
        height: 270px;
    }

    Best regards,
    Rikard

    #1424426

    Yep. That works.
    Thank you!

    #1424467

    Hi,

    Great! Glad we could be of help. Please feel free to open another thread should you have further questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘textbox heigth in portfolio grid’ is closed to new replies.