Home Forums Basel support forum Product galleries come and go Reply To: Product galleries come and go

#16595

Bogdan Donovan
Keymaster

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings.

.product-design-sticky .entry-summary .summary-inner {
  position: static !important;
}

.product-design-sticky .entry-summary.hide-temporary {
  opacity: 1;
}

Regards