Home › Forums › Basel support forum › product page design – Image scroll › Reply To: product page design – Image scroll
August 16, 2016 at 5:18 pm
#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