Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166941

    In my portfolio the pictures are all sized the same before uploading, so they are consistently the same size, which is great. However, the titles and captions are often different lengths which causes things to not look uniform and not line up cleanly with each other. Is it possible to have all the boxes containing the thumbnail and text to be the same height as whichever box has the most text, formatted appropriately for desktop vs. mobile, etc.

    #166988

    Hi sopadale!

    You can add this on your custom.css or Quick CSS:

    .main_color.inner-entry .grid-content {
    min-height: 60px;
    }

    It will set a minimum height for portfolio title and excerpt. Adjust the height.

    Best regards,
    Ismael

    #167239

    Thank you Ismael. That worked great!

    #167260

    Hi!

    Glad Ismael fixed it. :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Items – Display Uniform Height?’ is closed to new replies.