Home › Forums › Basel support forum › Product page – Padding on the sides › Reply To: Product page – Padding on the sides
December 11, 2023 at 10:47 am
#520275
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
@media (max-width: 767px) {
.single-product-page.product-design-compact :is(.product-images, .entry-summary) {
padding-left: 0;
padding-right: 0;
}
}
Kind Regards