Set height of slider and add vertical scroll bars
If you would like to set a height for the review templates and add scroll bars then you can use this CSS for template 1. This is also a way to set all of them the save size. You can change the max- and min-height to make it bigger or smaller.
p.wprevpro_t1_P_3{
max-height: 100px;
min-height: 100px;
overflow: auto;
}
p.wprevpro_t1_P_3::-webkit-scrollbar {
width: 5px;
}
p.wprevpro_t1_P_3::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
p.wprevpro_t1_P_3::-webkit-scrollbar-thumb {
background-color: darkgrey;
}
Customer support service by UserEcho