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

    Hi all –

    I’m wondering if there is a way to determine the size of the title/caption box in my portfolio grid. In my example, the 5 items at the bottom – what is the best way to make them all the time height?

    Thanks!!

    b.

    #347532

    Hey GGLNetwork!

    Add the following to Quick CSS or custom.css:

    #america .grid-content{
    min-height: 167px;
    }

    You can vary the height by increasing the min-height value.

    Cheers!
    Arvish

    #347820

    a-MAZing! love you guys.

    thanks thanks thanks

    b.

    #347821

    curious –

    if I want all of my portfolio grids throughout the site to be the same… does just this work:

    .grid-content{
    min-height: 167px;
    }

    ?

    :)

    #348067

    Hey!

    It will set the minimum height of the portfolio item’s title and excerpt container. If you want to use the same thumbnail size for your portfolio items, edit the Portfolio Grid element then look for the Portfolio Grid Image Size. Choose manual thumbnail selection. Select a single custom image size for all portfolio grid elements throughout the site.

    Regards,
    Ismael

    #362698

    Thanks Ismael! appreciate it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘portfolio grid title and caption box sizing’ is closed to new replies.