Home Forums Basel support forum Product page – Padding on the sides Reply To: Product page – Padding on the sides

#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