Home Forums Trusted Pro Featured Services Reply To: Featured Services

#2285
Yazmin
Keymaster

Yes, to set all to same height (length) add this in Additional CSS (changing 300px to your chosen height in pixels):

#featured-post-section .featured-post {
height: 300px;
}

or to set height of individual columns (.featured-post2 is the 2nd column etc..):

#featured-post-section .featured-post2 {
height: 300px;
}

#featured-post-section .featured-post3 {
height: 350px;
}