Remove white spaces

Hello, on my website all the components that I place have a blank space at the bottom.

I would like to remove it completely, the space is in images, in apps, in everything I put on my website. Can someone please help me remove it?

Sense theme

Hi @delemar ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello, my store link is https://4eb908-19.myshopify.com/

Follow these steps:
Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file β†’ Save

section#shopify-section-template--18175469158620__related-products,
section#shopify-section-template--18175468994780__featured-collection {
    margin-top: 0 !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you