Hello, I am in need of help, I want to remove some white borders and empty spaces from my website. This is the website: https://www.humantles.com/
Also, I posted some screenshots to understand what I want to be removed. Thanks!
Hello, I am in need of help, I want to remove some white borders and empty spaces from my website. This is the website: https://www.humantles.com/
Also, I posted some screenshots to understand what I want to be removed. Thanks!
Hi, @Andrei22
You can try this code
body#humantles-stay-away-from-the-pain #PageContainer .wrapper {
max-width: 100% !important;
}
.product-single__description h1 {
display: none !important;
}