Home Forums Basel support forum product page design – Image scroll Reply To: product page design – Image scroll

#2772

Artem Temos
Keymaster

Hello,

Thank you for contacting our support.

You can increase excerpt height with the following code snippet that you need to add to the Custom CSS section in Theme Settings

.product-design-sticky .entry-summary div[itemprop=description] {
    max-height: 100px;
}

Regards