• Resolved Julien

    (@igloo3)


    Hi,

    Could you please help me to setup the same height for every blog posts in grid container (for example 500px) ?

    I can’t achieve that with css.
    Thank you.

    Best regards,

    Julien

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Habib

    (@habibjh)

    This is the default behavior of the Isotple layout that all layout heights won’t be the same. But as you would like to make the same height for each block you can use the below CSS to your Appearance > Customize > Custom CSS

    .tpg-shortcode-main-wrapper .rt-holder {
    min-height: 500px;
    }

    Hopefully the above css will be work perfectly for you.

    Thanks

    Thread Starter Julien

    (@igloo3)

    Hi,
    Thanks for your answer, that’s perfect !

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Isotope height box’ is closed to new replies.