Hi EtoileWebDesign:
Thank you. i’ve fixed it by adding this code to the child theme CSS:
/* fixing description text going over footer */
.prod-cat-addt-details-desc-div {
max-height: none;
}
/* fixing description text getting truncated in list page */
.upcp-list-desc {
height: auto;
}