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

    hi guys,

    i’m using the blog element and have styled it with some css. i’m looking to have the height of all of them be the same and tried this:

    #blog .av_one_third {
    	max-height: 500px !important;
    	height: 500px !important;
    }

    but it didn’t work. Can someone help with this? THANK YOU

    #1207137

    Hi bobfurgo,

    Please remove the code you put, it will limit the maximum height, you can add this code instead:

    #blog .av_one_third .slide-content {
        min-height: 230px;
    }

    Best regards,
    Nikko

    #1207287

    THANK YOU! Worked great.

    #1207340

    Hi bobfurgo,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘make height same on blog element’ is closed to new replies.