Product page – Padding on the sides
-
Hi there,
Where can I change the product page side paddings on Basel theme?
Best Regards,
Tuomo Nurkkala
Attachments:
You must be
logged in to view attached files.
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
Hi Artem,
Thanks for the help! 🙂
Best Regards,
Tuomo Nurkkala
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Product page – Padding on the sides’ is closed to new replies.