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

Product page – Padding on the sides

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #520132

    Tuomo
    Participant

    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.
    #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

    #521783

    Tuomo
    Participant

    Hi Artem,

    Thanks for the help! 🙂

    Best Regards,
    Tuomo Nurkkala

    #521854

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Product page – Padding on the sides’ is closed to new replies.