Reply To: Quix in Jooma Edu template - Testimonial

Home Forums Support Quix in Jooma Edu template - Testimonial Reply To: Quix in Jooma Edu template - Testimonial


Just add css code below into custom.css file

.qx-testimony {
    min-height: 200px;
}

to define the minimum height for the block text.
do the same for about page

.work-steps .steps {
    min-height: 250px;
}

you can change the min-height value to suite your needs