remove padding

Hello @lunalucenteskin
Sure, You need to add css for it.

  1. From your Shopify admin, navigate to Online Store > Themes.

  2. Find the Testament theme and click Actions > Edit code.

  3. In the Assets folder, navigate to the product.css file.

  4. Add the following css code at the end

.main-product__block.main-product__block-custom_text {
margin-top: 10px;
}